diff --git a/README.md b/README.md index 2662a41..5017393 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ To create a new agent in Director, follow these steps: - Rename the class (e.g., from `SampleAgent` to `YourAgentName`) - Update `agent_name` and `description` -3. **Modify the `__call__` method**: +3. **Modify the `run` method**: - Update parameters and docstring - Implement your agent's logic