Skip to content

Agent2 v0.2.0

Choose a tag to compare

@duozokker duozokker released this 27 Apr 23:05
· 24 commits to main since this release
b3f3d7e

Highlights

  • Adds the full Brain Clone flagship agent: procurement-compliance-officer.
  • Adds public market and interview example agents.
  • Updates Brain Clone skills around the Sachbearbeiter Chain-of-Thought pattern.
  • Adds Agent2 onboarding docs for AI coding agents via AGENTS.md, CLAUDE.md, llms.txt, and llms-full.txt.
  • Adds per-run _toolsets support from before_run() in the API runtime.
  • Adds procurement knowledge books and Promptfoo evals.

Validation

  • GitHub CI on main passed: Python 3.12, Python 3.13, docker-verify.
  • Local validation passed: uv run pytest tests/ -v (49 passed), docker compose config --quiet.

Safety

  • Release scope was scanned for secrets, private keys, tokens, and local absolute paths.
  • Market agents use public read-only APIs; trading actions are paper/dry-run only.