https://github.com/codeacme17/orion-ai
A lightweight multi-agent AI framework with modular extensibility, task collaboration, and LLM integration, designed for AI automation in Node.js and web environments.
https://github.com/codeacme17/orion-ai
Last synced: 2 months ago
JSON representation
A lightweight multi-agent AI framework with modular extensibility, task collaboration, and LLM integration, designed for AI automation in Node.js and web environments.
- Host: GitHub
- URL: https://github.com/codeacme17/orion-ai
- Owner: codeacme17
- Created: 2025-02-20T03:10:45.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T13:59:29.000Z (2 months ago)
- Last Synced: 2025-02-21T14:38:09.853Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orion-ai
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.