← all categories
AGT · category

Autonomous agents

Tools you hand a goal — they plan, act, and decide on their own.

6 tools in this category

AGT·0125k lead sub sub sub steps

DeepAgents

Scaffolding for long-horizon agents that plan, spin up sub-agents, and keep working across many steps.

frameworkMITframeworksub-agents
tip
Olivier
Built my own deep agent without LangChain, but their tutorial is a nice starting point.
mixed
Dennis · in production at company X
Great integration into langchain ecosystem, native langsmith support. But is rather slow latency wise, therefore weak for interactive agents. Switching to omp as a coding agent for example here resulted in less scaffolding and faster runtimes of the coding agent.
AGT·024.0k agent/ instructions.mdtools/skills/channels/schedules/ run state on disk resume

Eve

A filesystem-first framework for durable agents from Vercel. You author an agent as plain files — instructions, typed tools, skills, channels, schedules — and it persists its own state to disk, so runs survive restarts and move between environments.

frameworkApache-2.0TypeScriptdurable
mixed
Seth
Nice abstraction for durable agents, and TS tool definitions with type safety make it easy for an agent to write its own tools. Downside — like a lot of Vercel's stuff — is the tight coupling to their infra.
AGT·03 $ omp plan mode LSPDAPmemory sub

omp (Oh My Pi)

A terminal coding agent with the IDE wired in — language-server and debugger access (LSP/DAP), subagents, plan mode, and hindsight memory, driven by a native Rust engine. Aims to give a CLI agent the context a real IDE has.

productUnknownterminalcoding agent
loved
Dennis · in production at company X
we used this instead of deepagents at a client. It is generally more efficient, faster, better compaction or context management. Generally superseeds deepagents. There are two ways to use it! Either use it as claude code as your coding harness, or call it via omp -rpc for the autonomouses mode It works with the claude subscription, but anthropics past showed that they ban people for that as its against their tos