aether-project
Project-local configuration and agent catalog resolution for the Aether AI agent framework. Reads .aether/settings.json to discover agents, prompts, and MCP server configurations.
Key Types
AgentCatalog-- Resolved catalog of project agents with their prompts, models, and tool filtersPromptCatalog-- Collection of project prompt filesSettingsError-- Configuration validation errors
Usage
use load_agent_catalog;
use Path;
let catalog = load_agent_catalog.unwrap;
println!;
for agent in catalog.all
License
MIT