Update README.md
This commit is contained in:
parent
c45359d986
commit
86a5c107b6
21
README.md
21
README.md
@ -4,7 +4,7 @@
|
|||||||

|

|
||||||
**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
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user