BoxAgnts is an open-source AI Agent ToolBox built with Rust, dedicated to delivering an ultimate out-of-the-box experience. Leveraging WebAssembly sandbox, it provides a runtime environment that balances security and flexibility, helping users effortlessly tackle a wide range of complex tasks and thus becoming an efficient and trustworthy personal AI assistant.
page, extract and run.
Start Service
# Start service
boxagnts
# Specify workspace directory
boxagnts --workspace-dir /path/to/workspace
# Specify port
boxagnts --workspace-dir /path/to/workspace --port 30002
Suggestion: BoxAgnts supports multiple workspaces, each with its own configuration file and data directory. It is recommended not to run in the default directory, but to specify a workspace directory or workspace-dir.
Command line arguments:
BoxAgnts is an open-source AI Agent ToolBox built with Rust.
Usage: boxagnts [OPTIONS]
Options:
--port <PORT> Port to run the web server on [default: 30001]
--host <HOST> Host to bind to (0.0.0.0 for all interfaces) [default: 127.0.0.1]
--workspace-dir <DIR> Set workspace dir, default current dir
--app-dir <DIR> Set app dir, default Boxagnts executable file dir
--admin-user <USERNAME> Set admin username
--admin-pass <PASSWORD> Set admin password
-h, --help Print help
-V, --version Print version
Access Dashboard
Open your browser and visit http://127.0.0.1:30001
Configure Model
Add AI models and API Keys in the settings page
Project Structure and Source Code Compilation
This project is developed based on )
Repository: https://github.com/guyoung/boxagnts
SOCIAL SHARE CARD GENERATOR