Expand description
Vibez - A multi-agent CLI coding assistant
This is the library root. All public APIs are exported from here. The binary (main.rs) is just a thin wrapper that calls into this library.
Re-exports§
pub use cli::App;pub use cli::Args;pub use config::ConfigLoader;pub use config::Settings;
Modules§
- agents
- Multi-agent system for parallel task execution
- cli
- CLI module - handles all user interaction
- config
- Configuration management
- context
- Context system - provides project understanding to the LLM
- llm
- orchestrator
- Orchestrator for planning and execution
- prompts
- System prompts for the LLM
- tasks
- Task system for planning and execution
- tools
- Tool system for LLM function calling
Functions§
- run
- Main entry point for the application