Running the Program
You can interact with the program in two different ways:
1. Command Line Interface (CLI)
Runs the program in command-line interface mode
Useful for quick testing and debugging
2. Streamlit Web Interface
Runs the program with a Streamlit web interface
Access the interface at
http://localhost:8501
User-friendly graphical interface
➕ If You Need to Add New Sub Agents....
Create a new directory under
agents/
for the platformImplement agent functions in appropriate files (crawler, analysis, interactive), you may reference existing agents for structure and functionality
Update
agent_registry.json
file to include the new agentExample:
The system will automatically incorporate these into workflows when appropriate
⚠️ Note: Ensure that the new agent adheres to the existing structure and naming conventions for seamless integration. The system is designed to be modular, so you can easily ADD / DELETE new agents without modifying the core logic. If you have any questions or need assistance, feel free to reach out to the development team.
Last updated