Skip to content

loom-agents/docs

Repository files navigation

Loom Agents

Read the docs

or...

Get Started

$ 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! 🔥😎

Releases

No releases published

Packages

No packages published