#674 · Primary category: AI Agents & Automation

open-agent-sdk-typescript

agent-sdk claude-agent-sdk claude-code open-agent-sdk

Agent-SDK without CLI dependencies, as an alternative to claude-agent-sdk, completely open source

Project last updated:07/26/26

GitHub Stars

2.7K

Forks

940

Contributors

1

License

MIT

Why we included this project

This TypeScript SDK gives you a way to embed a tool-using agent directly in your own application, running the whole agent loop in-process rather than delegating to a CLI subprocess. That means you get programmatic control over tool selection and permission handling without spawning an external binary, which fits well in serverless functions, Docker containers, or CI jobs. It ships with over 30 built-in tools and a skill system for reusable prompt templates, so you can start with file, shell, and web operations and then add your own capabilities. One thing that stands out is provider flexibility: the same agent can talk to Anthropic or any OpenAI-compatible endpoint like DeepSeek, Qwen, Mistral, or OpenRouter by just changing a few environment variables.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category