Fixed typo in README.md : cooridnator -> coordinator (#112)

This commit is contained in:
Kshitiz 2025-04-12 19:46:22 +05:30 committed by GitHub
parent eecb9e65be
commit 9cd802fcea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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