kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
26 wiersze
609 B
Markdown
26 wiersze
609 B
Markdown
---
|
|
title: Contact
|
|
---
|
|
|
|
Agentic is currently a solo effort by [Travis Fischer](https://x.com/transitive_bs). 👋
|
|
|
|
As with MCP itself, Agentic is an active work in progress, so please reach out if you have any questions, feedback, or feature requests.
|
|
|
|
<Columns cols={2}>
|
|
<Card
|
|
title='DM me on Twitter / X'
|
|
href='https://x.com/transitive_bs'
|
|
icon='x-twitter'
|
|
/>
|
|
<Card
|
|
title='Send me an email'
|
|
href='mailto:travis@agentic.so'
|
|
icon='envelope'
|
|
/>
|
|
<Card
|
|
title='Schedule a call with me'
|
|
href='https://cal.com/travis-fischer/15min'
|
|
icon='calendar-days'
|
|
/>
|
|
</Columns>
|