All activity
I made an SDK to create and deploy production-ready agents in a few lines:
client = M8tes()
teammate = client.teammates.create(
name="revenue-report",
instructions="Pull last week's Stripe charges, compare to the prior week, post a summary to #finance on Slack.",
apps=["stripe", "slack"],
schedule="every monday at 9am",
)
Instantly you have a sandboxed agent running with apps, scheduler, email inbox, memory, etc.
You set it up once and it runs without you.

m8tes SDKShip autonomous agents to production in minutes
Jacobleft a comment
hey guys! let me know if you have any feedback or questions. check out the Github here: https://github.com/m8tes-ai/m8tes

m8tes SDKShip autonomous agents to production in minutes
m8tes lets you create agents that work across your apps autonomously.
you can trigger them by schedule, webhook, email, or manually.
I have these running on autopilot:
- Add negative keywords for wasted spend in Google Ads (weekly schedule)
- Review new job applicant (webhook)
I also delegate tasks directly to agents on email. And there's a kanban to manage tasks manually.
free to get started. Let me know if you have any questions or feedback!

m8tes.ai: AI teammates that do your workCreate agents that work across your apps autonomously.
Jacobleft a comment
there is an SDK for engineers: https://www.m8tes.ai/developers

m8tes.ai: AI teammates that do your workCreate agents that work across your apps autonomously.
