Build AI Agents with Agentos
Agentos is a TypeScript AI agent framework that enables the creation of autonomous AI agents for multi-agent orchestration with cognitive memory and runtime tool forging capabilities.
- •When building autonomous systems that require multiple AI agents to interact and make decisions
- •When needing to integrate multiple large language models (LLMs) from different providers into a single application
- •When developing complex, dynamic workflows that require adaptive decision-making and execution
Create an agent that uses the OpenAI LLM provider to generate text based on user input: `const agent = new Agent({ provider: 'openai' }); agent.setup(); agent.loop('generate text based on user input');`Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/agentos && curl -fsSL https://workflowstacks.com/api/skills/agentos/claude-skill -o ~/.claude/skills/agentos/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Build AI Agents with Agentos is a very large TypeScript project (~252k lines across 1014 code files, plus 632 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit a month ago, Apache-2.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2src/index.tsWhere the program starts running
- 3package.jsonDependencies and the commands it exposes
- 4examples/agency-graph.mjsA worked example — copy this to get going
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/agentos && curl -fsSL https://workflowstacks.com/api/skills/agentos/claude-skill -o ~/.claude/skills/agentos/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-evals tools founders pair with this one.