plugins/composio/README.md
This plugin allows users to connect various services through Composio to extract memories and import them into their OMI account.
https://your-domain.com/api/notion/callback).env.template to .envOMI_APP_ID=your_app_id_here
OMI_API_KEY=your_api_key_here
NOTION_CLIENT_ID=your_notion_client_id_here
NOTION_CLIENT_SECRET=your_notion_client_secret_here
NOTION_REDIRECT_URI=https://your-domain.com/api/notion/callback
# Install dependencies
pip install -r requirements.txt
# Run the server
uvicorn main:app --reload
# Build the Docker image
docker build -t omi-composio .
# Run the container
docker run -p 8000:8000 --env-file .env omi-composio
This plugin is designed to work with Composio, a platform for connecting various tools and services. Composio provides a unified interface for users to connect their accounts and manage data flows between different platforms.
Contributions are welcome! Please feel free to submit a Pull Request.