agi-os / Agent.js

Backend server for AGI OS - Awesome Gamer Insight Orchestrating System

Home Page:https://agi-os.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agent.js

Backend server for providing LLM Responses to the frontend AgentFlow UI.

We suggest copying the .env.template to a local .env file and using the link provided to generate a free Groq API key.

This way you can use AI agents completely free.

Starting

Optimal way is to open the project in VSCode as a Dev Container.

The boot process of the container will configure everything and start the server automatically.

You could also simply click the green button above and start CodeSpace which is an online DevContainer, but you will need to find and correct the Socket.io url in the frontend code, so it will connect to the right url.

About

Backend server for AGI OS - Awesome Gamer Insight Orchestrating System

https://agi-os.github.io

License:MIT License


Languages

Language:JavaScript 96.0%Language:HTML 4.0%