Agent SDKs
Current Answer
No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.
Evidence
Chat SDK’s Teams adapter adds reactions, user-only ephemeral messages, custom token supply, and routing fixes useful for building safer agent approval and progress flows.
Sandstone pairs composable agent workflows with preview deployments and private data connectivity, showing the infrastructure a small team used to operate enterprise legal automation.
Chat SDK can put Claude Managed Agents behind browser and messaging interfaces while Anthropic retains the loop, tools, session state, and research sandbox.
AI Gateway can now stream audio into transcription models and emit partial text, letting text-based agents accept lower-latency voice input without changing the agent itself.
Searchable says Vercel’s AI SDK and Gateway let it swap models without SDK or key changes, helping the team ship some customer requests in 30 minutes and move 2–5× faster.
PalmClaw runs the agent loop, memory, skills, and tools directly on a phone, exposing device capabilities as structured calls instead of GUI gestures. The paper reports faster, more reliable task execution.
Chat SDK now targets X alongside six other channels from one bot codebase, handling webhook verification and OAuth refresh while accepting no streaming and likes-only reactions.
Prime Intellect is centering eval, data generation, and RL on composable environments, with an endpoint interceptor that lets existing coding-agent harnesses participate without rewrites.
Project Nanda proposes open discovery, identity and coordination layers for agents across vendors. Its local simulator lets builders test one protocol layer without building the entire network.
A TypeScript agent stack can share types and schemas across the loop, tools, backend and UI, reducing service-boundary contracts. Keep Python where training and model serving require it.
eve’s Chat SDK channel lets one agent span messaging adapters while retaining threads, approval cards, proactive sends, webhook handling, and overridable defaults.
Alibaba's page-agent is an MIT-licensed JS library that embeds a natural-language GUI agent in any webpage via one script tag. It drives the DOM as text — no extension, headless browser, or multimodal model needed.
GitHub now exposes the Copilot CLI agent runtime as SDKs for six languages, including planning, tools, and file edits. Builders can embed it with configurable permissions, auth, models, and BYOK.
Notion used the Cursor SDK to embed coding agents in a few weeks: users tag Cursor in docs or assign it issues, and it plans, codes, tests, and opens PRs. A pattern for embedding agents in your own product.