Example Project#

See real tools and agents wired up end-to-end.

Goal#

Point you to a working repo with runnable examples (tools + agents). Great for learning the manifest, CLI, and SDKs together.

Repository#

Demo-quality code

These examples are for education and demos, not production hardening. Expect simple error handling and minimal security hardening.

What’s inside#

  • Tools — Each has a agent.json (kind:"tool"), an entrypoint, files[], and IO schemas.
  • Agents — Minimal agent.json (kind:"agent") that composes published tools + LangChain code in Python and Node demonstrating use.
  • SDK usage — Node and Python examples that load() a tool.

Contributing#

Issues and PRs welcome—especially corrections, new tool examples, and small agent demos that illustrate good manifest patterns.