Skip to content
Loomie

LOOM

lets you build 𝙛𝙖𝙨𝙩 agents π™›π™–π™¨π™©π™šπ™§

Get Started

Terminal window
$ 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);
Terminal window
$ bun index.ts
πŸš€ Pfft, you kidding? Hell yeah, let's build this thing! πŸ”₯😎

Key Features

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.

Core Components

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