agentskit.js

Agents

Everything that runs the loop — runtime, tools, skills, delegation, durable execution, topologies, background agents, HITL, self-debug.

The runtime is the engine. Everything else plugs into it.

#Core

  • RuntimecreateRuntime, ReAct loop, events, cost + token accounting.
  • Tools — how tools are invoked, parallelism, confirmation.
  • Skills — prompts + behaviors bundled into reusable personas.
  • Delegation — sub-agents, handoffs, shared context.

#Scale

#Production

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page