A collection of official tools for Shinkai, providing various functionalities from basic examples to advanced search capabilities.
This repository hosts a suite of tools designed to work with Shinkai's infrastructure
Currently available tools include:
- Fetches emails from an IMAP server
- Returns subject, date, sender, and text content
- Secure email handling
- Sends emails using SMTP
- Simple and reliable email dispatch
- Performs intelligent query optimization
- Returns comprehensive answers with sources
- Advanced search capabilities
And more!
tools/
├── tool-example/
│ ├── metadata.json # Tool metadata.
│ ├── README.md # A description of the tool.
│ └── tool.ts # The code of the tool.
├── packages/
│ ├── tool.zip # Zipped contents of the tool.
│ └── directory.json # A listing of the available tools.