https://github.com/lilingxi01/notebridge
Notebridge: Connect your generative AI agent to NoteAid app with ease.
https://github.com/lilingxi01/notebridge
noteaid notebridge runner serverless
Last synced: 9 months ago
JSON representation
Notebridge: Connect your generative AI agent to NoteAid app with ease.
- Host: GitHub
- URL: https://github.com/lilingxi01/notebridge
- Owner: lilingxi01
- Created: 2023-08-21T04:57:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T00:37:08.000Z (over 2 years ago)
- Last Synced: 2025-03-08T18:02:05.866Z (about 1 year ago)
- Topics: noteaid, notebridge, runner, serverless
- Language: Python
- Homepage: https://notebridge.lingxi.li
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Notebridge
Notebridge is an adapter library in Python, lying between your NoteAid agent and the actual NoteAid API. It provides a simple interface to define your agent and to connect it to the NoteAid chat API.
## Installation
The package is available on PyPI and can be installed using pip:
```bash
pip install notebridge
```