v1.1.0 — Create-agent-template CLI & v0 Migrator; Handoff Reminders + Guardrail Upgrades
Features
- feat(fastapi): auto-generate chat titles from request context and harden guardrail/output_type interplay by @ArtemShatokhin in #362
- cli: add agent template creation workflow for new projects by @ArtemShatokhin in #380
- cli(v0 migration): port
settings.jsonagents into v1 projects by @ArtemShatokhin in #374 - terminal demo: add /resume persistence command by @bonk1t in #340
- terminal demo: add show_reasoning parameter to control reasoning traces display by @bonk1t in #342
Note: some terminal demo improvements were introduced in 1.0.2.
Improvements & Fixes
- guardrails: preserve prior assistant output across retry cycles without
run_databy @bonk1t in #365 - guardrails: ensure input wrappers apply regardless of guardrail name by @bonk1t in #370
- handoffs: inject a reminder system message whenever agents transfer control by @ArtemShatokhin in #366
- metadata: surface the running agency-swarm version on the FastAPI metadata endpoint by @bonk1t in #373
- files: reuse existing vector-store directories and skip utility files during ingestion by @ArtemShatokhin in #385 and #382
- cli: tighten error handling, exit codes, and AGENTS.md compliance for migrate-agent flows by @bonk1t in #386
- terminal: fix reference routing for agents with repeating name patterns by @ArtemShatokhin in #363
- fix: add tsx runner support and resolve build failures by @bonk1t in #392
Docs
- docs: remove legacy v0 mentions and polish navigation by @ArtemShatokhin in #371
- docs: refresh MCP demo guidance, agent initialization, and
max_tokensusage by @bonk1t in #375 - docs: align BaseTool examples with the async
runcontext pattern by @bonk1t in #384 - docs: add coverage badge and trim outdated Colab reference by @bonk1t in 5792830
Tests
- tests: broaden coverage across tool factory, BaseTool, MCP server, persistence, and FastAPI logging by @ArtemShatokhin in #378
- tests: refactor FastAPI logging middleware integration to run in-process and disable tracing noise by @bonk1t in #379
- tests: stabilize file attachment expectations in integration suite by @ArtemShatokhin in #377
Security
- security: upgrade Next.js dependency to 15.4.7+ to address upstream vulnerability by @bonk1t in aac33f0
Full Changelog: v1.0.2...v1.1.0