Expand description
Agent definition file parsing and validation.
Re-exports from oxicode_agent::agent_definition — the canonical implementation
lives in the oxicode-agent crate (lower layer in the dependency graph).
Structs§
- Agent
Definition - Agent definition parsed from a markdown file with YAML frontmatter.
- Agent
Discovery - Agent discovery from filesystem directories.
Enums§
- Agent
Scope - Agent visibility scope for discovery queries.
- Default
Context - Default context for agent sessions.
Functions§
- current_
subagent_ depth - Get the current subagent nesting depth from the environment. Default is 0 (top-level process).
- max_
subagent_ depth - Get the maximum allowed subagent depth from the environment. Default is 3.
- validate_
agent_ name - Validate an agent name.