Updated
On this page
Static validation for agent, workflow, and category TOML files: loads each through its normal loader and returns a list of human-readable error strings, empty on success.
#services.src.orxtra.services._validate
#services.src.orxtra.services._validate
#validate_agent
python
async def validate_agent(path: Path) -> list[str]#validate_workflow
python
async def validate_workflow(path: Path) -> list[str]#validate_categories
python
async def validate_categories(path: Path) -> list[str]