mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-16 04:02:55 -06:00
Fixed typo in README.md : cooridnator -> coordinator (#112)
This commit is contained in:
parent
eecb9e65be
commit
9cd802fcea
@ -72,7 +72,7 @@ root_agent = Agent(
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Define a multi-agent system:
|
### Define a multi-agent system:
|
||||||
Define a multi-agent system with cooridnator agent, greeter agent, and task execution agent. Then ADK engine and the model will guide the agents works together to accomplish the task.
|
Define a multi-agent system with coordinator agent, greeter agent, and task execution agent. Then ADK engine and the model will guide the agents works together to accomplish the task.
|
||||||
```python
|
```python
|
||||||
from google.adk.agents import LlmAgent, BaseAgent
|
from google.adk.agents import LlmAgent, BaseAgent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user