A command-line interface for the Eliza framework built with Ratatui in Rust.
- Rich terminal user interface
- Command system with tab completion
- Plugin system
- Real-time updates
- Concurrent state management
cargo run
cargo test
cargo run --example custom_command
See the docs/
directory for detailed documentation:
This project follows a phased development approach:
- Foundation & Basic State Management
- Command System & Data Layer
- UI Components & Core Functionality
- Plugin System & Advanced Features
- Polish & Documentation
For detailed development information, see docs/DEVELOPMENT.md.