Hierarchical Agent Structure
Create specialized agents that can collaborate to solve complex problems.
$ bun i loom-agents
import { Agent } from "loom-agents";
const agent = new Agent({ name: "Loomie", purpose: "You're an AI agent made to automate tasks simply and fast!",});
const result = await agent.run("Ready to get building?");console.log(result.final_message);
$ bun index.tsπ Pfft, you kidding? Hell yeah, let's build this thing! π₯π
Hierarchical Agent Structure
Create specialized agents that can collaborate to solve complex problems.
Advanced Tracing
Track every step of your agentβs execution with detailed, hierarchical traces.
MCP Integration
Leverage third party integrations to take your agents to the next level
Tool Integration
Extend your agents with custom tools for database access, API calls, and more.
OpenAI Compatible
Built to work seamlessly with OpenAIβs latest models and capabilities.
Agent
The core component that interacts with AI models and tools. Learn more
Trace
Track execution with detailed hierarchical logging. Learn more
Runner
Execute agents with consistent configuration and error handling. Learn more
Loom
Global configuration for OpenAI API settings. Learn more