method 1 and 2

main
Kye 2 years ago
parent c21ce9c420
commit bca2f2e48b

@ -33,7 +33,12 @@ pip install -r requirements.txt
```
## Usage
There are 2 methods, one is very simple to test it out and then there is another to explore the agents and so on!
### Method 1
Simple example `python3 example.py`
### Method 2
The primary agent in this repository is the `AutoAgent` from `./swarms/agents/workers/auto_agent.py`.
This `AutoAgent` is used to create the `MultiModalVisualAgent`, an autonomous agent that can process tasks in a multi-modal environment, like dealing with both text and visual data.

Loading…
Cancel
Save