Agentuity

326 posts

Agentuity banner
Agentuity

Agentuity

@agentuity

The cloud platform purpose-built for deploying, managing, and scaling full-stack AI agents.

Austin, TX, USA شامل ہوئے Ocak 2025
127 فالونگ381 فالوورز
پن کیا گیا ٹویٹ
Agentuity
Agentuity@agentuity·
Agentuity v1 is live! 🚀 A cloud purpose-built for AI agents. Full-stack development, built-in services, sandboxes, production evals, and more (🧵)
English
7
14
27
8.3K
Agentuity
Agentuity@agentuity·
Six @mastra agents on Agentuity, from conversational memory to multi-agent networks with approval workflows. Bring your own framework, plug into what you need: thread state, agent-to-agent communication, observability, and more. Guide from @fye_dhilan: agentuity.com/blog/mastra-on…
English
0
1
3
105
Agentuity
Agentuity@agentuity·
With Agentuity sandboxes, the same prompt can generate TypeScript and Python code, run both in isolated runtimes, and use background evals to verify outputs. @ParteekS_ walks through a quick example to show you how it all works. See the full demo: youtu.be/sfxaG9jmbF4 Check out the code: github.com/agentuity/exam…
YouTube video
YouTube
English
0
2
3
106
Agentuity
Agentuity@agentuity·
A quick look at Cephalon, an AI assistant built by @HuijiroHankei. Voice output via OpenAI TTS, model switching through our AI Gateway, a 3D visualization layer, and a command console built with our React package.
English
0
1
3
122
Agentuity
Agentuity@agentuity·
New database performance tab in the dashboard, from @jhaynie. Click on any database and get intelligent query insights, slow query detection, latency and volume trends, and more. Check it out: app.agentuity.com
English
0
3
6
211
Agentuity
Agentuity@agentuity·
Most agents need more than a chat interface. They run on schedules, handle webhooks, and integrate with external services. On Agentuity, every trigger is a route. Your agent logic stays separate from how it gets called, so you can add integrations without changing your agent code. Get started today: app.agentuity.com
English
2
2
2
121
Agentuity
Agentuity@agentuity·
Agents need APIs, and routes on Agentuity are standard @honojs. Define your endpoints, add middleware, and deploy alongside your agents. Every route handler gets the same cloud services your agents use. Your agent schema doubles as route validation, and the frontend gets a typed hook that stays in sync. Learn more: agentuity.dev/routes/http Get started: app.agentuity.com
English
0
2
4
116
Agentuity
Agentuity@agentuity·
We built a Slack and Discord bot from a single Agentuity agent using Vercel's Chat SDK. Conversation history lives in KV with a sliding window, and our AI Gateway handles the model calls. Check out the code: github.com/agentuity/exam…
English
0
2
3
148
Agentuity
Agentuity@agentuity·
We built KV, vector search, and object storage into the Agentuity runtime, so your agents don't need external services for the basics. S3 credentials are auto-injected, embeddings are auto-generated, and results are fully typed. All accessible from the CLI, SDK, or the web app. Learn more: agentuity.dev/services/stora… Get started: app.agentuity.com
English
0
1
4
112
Agentuity
Agentuity@agentuity·
Three streaming patterns, one runtime. Agentuity ships SSE, WebSockets, and Durable Streams as built-in primitives, so you can pick the right pattern without pulling in extra dependencies or writing reconnection logic yourself. Learn more: agentuity.dev/docs/routes/st… Or, try an interactive demo in our Explorer: agentuity.dev/demo/durable-s…
English
0
2
5
205
Agentuity
Agentuity@agentuity·
Every Agentuity project can spin up a managed Postgres database with a single CLI command, or one click in the web app. No provisioning or config files needed. Your coding agents can use the CLI too, so they can provision databases, run migrations, and inspect schema on your behalf 🤖 Connect with Drizzle, Prisma, or any Postgres-compatible tool. Credentials are injected automatically. Learn more: agentuity.dev/services/datab…
English
0
2
3
153
Agentuity
Agentuity@agentuity·
Agentuity gives you fully managed queues you can create from the CLI or the web app. You get two options: worker queues process each message once, with automatic retries and a dead letter queue. With pub/sub queues, messages fan out to every subscriber. Publishing is one line from your agent code. And when you need more control, partition keys, idempotency keys, and TTL are built in. Get started in our docs: agentuity.dev/services/queues
English
0
1
3
99
Agentuity
Agentuity@agentuity·
When you deploy on Agentuity, every project gets two URLs: a deployment-specific URL, and a project URL that always points to your latest. Want something cleaner? Set a vanity hostname, or bring your own custom domain. Domains live in your agentuity.json, version-controlled alongside your code. Docs: agentuity.dev/reference/cli/…
English
0
1
1
122
Agentuity
Agentuity@agentuity·
Your agents already define schemas. Your frontend shouldn't have to redefine them. Agentuity generates type-safe React hooks directly from your agent schemas, so your frontend code and agent code always stay in sync. Hooks for APIs, WebSockets, and SSE are built in. Deploy agents, routes, and frontend together in a single command. Learn more: agentuity.dev/frontend/react…
English
0
1
2
80
Agentuity
Agentuity@agentuity·
Give the agent a code environment, and everything else solves itself. Coding agents aren't a developer tool; they never were. Code is the universal execution harness. Excited to meet everyone down in Miami in April!
AI Engineer: Miami@AIEMiami

We’re excited to welcome @rblalock to AIE Miami! After two years of building the wrong agents, Rick walks through the shift from deterministic pipelines to real agency, and makes an uncomfortable claim: this isn’t a dev skill anymore. It’s a leadership primitive.

English
0
2
3
251
Agentuity
Agentuity@agentuity·
Workbench is our built-in dev UI for testing your agents. It auto-discovers your agents, generates input forms from your schemas, and shows execution metrics. Configure it in your agentuity.config.ts, start the dev server, and start testing. Learn more: agentuity.dev/agents/workben…
English
0
1
1
111
Agentuity
Agentuity@agentuity·
New community example: build an AI email auto-responder with Agentuity + @inboundemail 📧 Incoming emails trigger an agent that classifies the intent, drafts a reply, and sends it back through Inbound's API. Deploy the whole thing with one command. Full walkthrough: agentuity.dev/community/inbo…
English
1
1
2
70
Agentuity
Agentuity@agentuity·
Sandboxes on Agentuity give your agents isolated environments to run code. Ship with prebuilt runtimes for Python, Bun, Node, Golang, plus dedicated runtimes for coding agents like Claude Code, Codex, and OpenCode. You can choose between one-shot execution (fire and forget), or interactive sandboxes for multi-step workflows with persistent state. Snapshots save the full sandbox state so you can skip setup next time. Learn more: agentuity.dev/services/sandb… Get started today: app.agentuity.com
English
0
1
2
138