Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avaer/ai-agent
https://github.com/avaer/ai-agent
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avaer/ai-agent
- Owner: avaer
- License: agpl-3.0
- Created: 2023-08-01T04:13:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-03T19:29:37.000Z (over 1 year ago)
- Last Synced: 2024-10-09T19:21:37.558Z (3 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# avaer's AI Agent Dump
A random collection of useful embodied AI agent code I wrote, and actively use in my projects.
It's not a complete project, but it should be easy to port this over into your own, locally running realtime agent systems.
## Contents
- `lib` contains the main interfaces used to communicate with the backend, as well as the realtime perception driver.
- `electron.cjs` contains the core electron driver which reads the screen.
- `preload.js` contains the web environment hook injected into the browser context.
- `clients.js` contains memory, perception, and other interface code.## Remote AIs
The system calls out to these AIs running remotely:
- https://github.com/avaer/sam-blip2
- for captioning/segmentation
- https://github.com/avaer/doctr
- for on-screen OCR