DocsUseful Tools
Useful Tools
Pre-built tools from connectonion.useful_tools
Quick Usage
main.py
Send and receive emails through various providers
Calendar
Schedule meetings and manage calendars
Memory & Storage
Persistent memory and knowledge storage
Web
Fetch and interact with web content
System
System and terminal operations
Productivity
Task management and productivity tools
Customizing Built-in Tools
Need to modify a built-in tool? Copy it to your project:
code
output
Then import from your local copy and customize:
main.py
See co copy for full details.
Building Custom Tools
Any Python function can be a tool. Just pass it to the Agent:
main.py
Learn more in the Tools documentation.
ConnectOnion