gemini-cli icon indicating copy to clipboard operation
gemini-cli copied to clipboard

[Feat] Agent TOML Parser & Validator

Open abhipatel12 opened this issue 3 weeks ago • 0 comments

Implement the loading and validation logic for the Agent Definition Spec.

Completion Criteria

  • [ ] Create/settle on Agent Definition using TOML
  • [ ] Define Zod schemas for AgentConfig (Metadata, Prompts, Inputs, Outputs, Model).
  • [ ] Validation: specific error messages for invalid TOML (e.g., "Missing 'description' in agent 'foo'").

abhipatel12 avatar Dec 01 '25 17:12 abhipatel12