Create AI agents with a no-code visual builder or TypeScript SDK. For founders building AI workflows.
intermediateโฑ 30 minutes๐ต Free + LLM API costs
1,268 stars148 forksTypeScriptQuality 8/10Updated 7/8/2026100% free ยท open source
What it is
Create AI agents with a no-code visual builder or TypeScript SDK for full 2-way sync.
What you can make with it
Automations like: shipping AI assistants and multi-agent AI workflows with full 2-way sync.
How it helps
Agents allows for complex AI interactions with no coding needed, making it ideal for workflows that involve multiple AI tools. This saves time and reduces errors.
Real use case example
"A solo developer, Sarah, needs to automate a workflow where a user's AI assistant on Slack sends a query to a search engine, then adds the result to a Notion database. She uses agents to build this workflow in minutes, reducing project delays. Once complete, agents sync the workflow in real-time, ensuring data consistency."
If you're new
Beginners can pick this up when they have basic knowledge of AI and automation principles.
If you're senior
Senior engineers will reach for this when they need to integrate complex AI workflows without writing custom code.
Common confusion cleared up
Agents is often confused with other workflow automation tools; however, its focus on AI agents with full 2-way sync sets it apart.
Best inside these AI tools
Claude DesktopClaude CodeAny AI Client
Pairs with
Stripe webhookNotion databaseClaude API
Why we list it on WorkflowStacks: This skill is included in the marketplace because it's a free, open-source, and highly customizable option for building AI integrations.
What it does
Create AI agents with a no-code visual builder or TypeScript SDK to build AI workflows and ship AI assistants
Install / run
git clone https://github.com/inkeep/agents.git
When to use it
โขBuilding a chatbot that integrates with multiple services
โขDeveloping a multi-agent AI system for complex decision-making
โขPrototyping an AI-powered automation workflow without extensive coding
Quick start
1Run 'npm install' in the cloned repository to set up the project
2Use the no-code visual builder by navigating to the 'visual-builder' directory and running 'npm start'
3Alternatively, use the TypeScript SDK by creating a new TypeScript project and installing the 'agents' package via 'npm install agents'
4Import the 'Agent' class and create a new agent instance with 'const agent = new Agent()'
5Use the 'agent.train()' method to train the agent with your dataset
Ready-to-paste prompt
const agent = new Agent(); agent.train([{ input: 'Hello', output: 'Hello, how can I assist you?' }]);
Heads up: Ensure you have Node.js (version 14 or higher) and npm installed on your system before cloning and setting up the 'agents' repository
Saves to your device
Topics
agent
agent-builder
agent-framework
agents-sdk
ai
ai-agent
ai-agents
aiagentframework
developer-sdk
inkeep
llms
low-code
mcp
mcp-server
mulit-agent
no-code
self-hosted
typescript
workflow
workflows
What's inside โ free to inspect
No purchase needed
Read the entire source before you build โ unlike paid marketplaces that hide it behind a buy button.