mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -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 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
|
||||
from google.adk.agents import LlmAgent, BaseAgent
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user