| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
A sophisticated AI-powered coding assistant platform built in Rust, designed to provide intelligent code generation, manipulation, and analysis capabilities through a modular and extensible architecture.
# Build the project
cargo build --release
# Run the server
cargo run --releasecode-forge/ ├── crates/ │ ├── forge_main/ # CLI and main application logic │ ├── forge_domain/ # Core domain models and interfaces │ ├── forge_services/ # HTTP API and database management │ ├── forge_tool/ # Tool implementations │ └── forge_walker/ # File system operations
The application requires several environment variables for proper operation:
# Required environment variables
DATABASE_URL="sqlite:path/to/database.db"
OPENROUTER_API_KEY="your-api-key"Internal documentation:
This is proprietary software. All rights reserved.
| Back | FazBrowse Home | New Git URL |