Skip to content

Commit

Permalink
Add documentation for Todoist tool usage and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansub committed Feb 5, 2025
1 parent 5177c7b commit c2b2193
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cookbook/tools/todoist_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
from agno.models.openai import OpenAIChat
from agno.tools.todoist import TodoistTools

"""
Example showing how to use the Todoist Tools with Agno
Requirements:
- Todoist API Token (get from https://app.todoist.com/app/settings/integrations/developer)
- pip install todoist-api-python
Usage:
- Set the following environment variables:
export TODOIST_API_TOKEN="your_api_token"
- Or provide them when creating the TodoistTools instance
"""


todoist_agent = Agent(
name="Todoist Agent",
role="Manage your todoist tasks",
Expand Down

0 comments on commit c2b2193

Please sign in to comment.