Stress Pilot consists of multiple components that can be installed independently or as a suite.Documentation Index
Fetch the complete documentation index at: https://docs.stresspilot.zeann3th.com/llms.txt
Use this file to discover all available pages before exploring further.
Core Backend (Java)
The core backend requires JDK 17+.- Navigate to the
stresspilotdirectory. - Build the project using Maven:
- Run the application:
Plugin Service (Rust)
The plugin service requires Rust 2024 edition.- Navigate to the
plugin_servicedirectory. - Copy the
.env.exampleto.envand configure your database and S3 settings. - Run the service:
Super App (Flutter)
- Ensure Flutter is installed:
flutter doctor. - Navigate to
stresspilot_super_app. - Fetch dependencies:
- Run for your preferred platform (Windows, macOS, Linux, or Web):
AI Agent (Python)
- Navigate to
stresspilot_agent. - Create a virtual environment and install dependencies:
- Configure your LLM API keys in the
.envfile. - Run the agent: