Update README.md

This commit is contained in:
yoginawaka 2025-02-04 21:04:07 +02:00 committed by GitHub
parent c45359d986
commit 86a5c107b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
![Dotbase Logo](https://i.imgur.com/UgGWBt5.png) ![Dotbase Logo](https://i.imgur.com/UgGWBt5.png)
**Create agent-based workforces with drag-and-drop simplicity** **Create agent-based workforces with drag-and-drop simplicity**
[Website](https://dotbase.ai) • [Documentation](https://docs.dotbase.ai) • [Examples](https://dotbase.ai/examples) [Website](https://dotbase.ai) • [Documentation](https://dotbase.gitbook.io/dotbase)
</div> </div>
@ -49,14 +49,14 @@ Our Autogen-based system supports four core components:
| Agent Type | Description | | Agent Type | Description |
|------------|-------------| |------------|-------------|
| `AssistantAgent` | Configurable AI agents with custom system prompts | | `Nexus` | Configurable AI agents with custom system prompts |
| `GPTAssistantAgent` | OpenAI Assistant API integration with custom function support | | `Lumina` | OpenAI Assistant API integration with custom function support |
| `UserProxy` | Human-agent interaction interface | | `Bridge` | Human-agent interaction interface |
| `GroupChat` | Multi-agent collaboration hub | | `Hub` | Multi-agent collaboration hub |
### Tools ### Tools
`CustomFunction` `Spark`
- Integrate Python functions - Integrate Python functions
- Connect OpenAI Assistant functions - Connect OpenAI Assistant functions
- Add custom capabilities - Add custom capabilities
@ -73,8 +73,8 @@ graph LR
``` ```
- **Add**: Drag components from Library Panel - **Add**: Drag components from Library Panel
- **Connect**: Green handles indicate compatible connections - **Connect**: handles indicate compatible connections
- **Delete**: Right-click for context menu - **Delete**: Press del / back-space key
## 🚀 Deployment ## 🚀 Deployment
@ -85,7 +85,7 @@ graph LR
pip install pyautogen pip install pyautogen
# Run exported script # Run exported script
python your_workforce.py python dotflow.py
``` ```
### Replit Deployment ### Replit Deployment
@ -104,8 +104,7 @@ python your_workforce.py
## 🌟 Support ## 🌟 Support
- Documentation: [docs.dotbase.ai](https://docs.dotbase.ai) - Documentation: [docs.dotbase.ai](https://dotbase.gitbook.io/dotbase)
- Site: enterprise@dotbase.ai
--- ---