mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-24 06:07:44 -06:00
Fixed typo in README.md : cooridnator -> coordinator (#112)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user