feat(agent-runtime): Phase 5B — agent templates and developer documentation#514
Conversation
…for Phase 5B - add six agent template manifests under agents/templates/: minimal, chat-bot, support-agent, code-assistant, research-agent, ops-agent - all templates pass AgentComposer validation (R1-R7 rules) - add docs/composing-agents.md: manifest reference, CLI usage, security notes, capability constraints, platform limitations, migration guide, troubleshooting - add nine template compliance tests in corvus-composer: one per template (parse + validate), unique-name check, ops-agent sandbox assertion, minimal no-tools assertion Closes DALLAY-263
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (2)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying corvus with
|
| Latest commit: |
2bc2985
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://50a686fb.corvus-42x.pages.dev |
| Branch Preview URL: | https://feature-dallay-263-phase-5b.corvus-42x.pages.dev |
✅ Contributor ReportUser: @yacosta738
Contributor Report evaluates based on public GitHub activity. Analysis period: 2025-04-11 to 2026-04-11 |
Summary
Closes DALLAY-263 | Part of epic DALLAY-249
Phase 5B delivers the adoption layer for the capability-based composition architecture: pre-built templates and developer documentation.
What changed
Agent templates (
agents/templates/)Six production-ready TOML manifests covering common use-cases:
minimalchat-botsupport-agentcode-assistantresearch-agentops-agentAll templates:
AgentComposervalidation rules R1–R7Documentation (
docs/composing-agents.md)Complete developer guide covering:
corvus agent new / build / run)Template compliance tests (
crates/corvus-composer/src/lib.rs)Nine new tests:
templates_have_unique_names— uniqueness guardtemplate_ops_agent_has_security_sandbox— ops-agent security assertiontemplate_minimal_has_no_tools— minimal correctness assertionNon-goals
corvus agent newscaffolding (already implemented in Phase 4).Validation
Risk
Low. All changes are additive. No existing behavior modified.