Skip to main content
Create a managed agent, prepare its isolated environment, and run the generated tests.
1

Choose a framework

The default scaffold is a small, runnable managed agent. Add --example to include working graphs, tools, plugins, skills, extensions, evals, and tests.
2

Synchronize the project environment

3

Run the offline tests

compile, test, and serve sync the environment automatically. Add only your provider, tool, and library packages to pyproject.toml; Harnest owns the framework dependency.

Understand the generated project

See how Harnest organizes agents, tools, SubAgents, MCP clients, plugins, skills, lifecycle extensions, and tests.