Agents built in AI2Apps Platform
1
stars
3
commits
JavaScript
primary language
Sep 6, 2025
updated
AI2Apps Agents is a collection of AI agents and tools that support speech processing, text-to-speech, chemistry research, image generation, web automation, and more.
All the agents are built in AI2Apps platform.
Follow the guide in AI2Apps to deploy the AI2Apps platform locally
Create an empty backend agent within the AI2Apps platform environment and open it in an IDE
Sync/copy the contents of the specific agent you want to use to the ai/ subdirectory
{
"user": "your-email@example.com",
"devKey": "YOUR-Dev-Key",
"host": "ws://localhost:3015",
"language": "EN",
"globalContext": {
"models": {
"expert": {"platform": "OpenAI", "model": "gpt-4o"},
"standard": {"platform": "OpenAI", "model": "gpt-4o"},
"lite": {"platform": "OpenAI", "model": "gpt-4o-mini"}
}
}
}
This repository has been carefully cleaned to ensure no sensitive information is exposed:
Use setup.js for project configuration:
import {setupPrj, setupAgent} from './setup.js';
// Setup project
await setupPrj(session, path, "EN");
// Setup agent
await setupAgent(session, path, "EN");
agent.jsonLast updated: 2025-01-09
3 commits
JavaScript
69.8%
Python
29.8%
Agents built in AI2Apps Platform
1
stars
3
commits
JavaScript
primary language
Sep 6, 2025
updated
AI2Apps Agents is a collection of AI agents and tools that support speech processing, text-to-speech, chemistry research, image generation, web automation, and more.
All the agents are built in AI2Apps platform.
Follow the guide in AI2Apps to deploy the AI2Apps platform locally
Create an empty backend agent within the AI2Apps platform environment and open it in an IDE
Sync/copy the contents of the specific agent you want to use to the ai/ subdirectory
{
"user": "your-email@example.com",
"devKey": "YOUR-Dev-Key",
"host": "ws://localhost:3015",
"language": "EN",
"globalContext": {
"models": {
"expert": {"platform": "OpenAI", "model": "gpt-4o"},
"standard": {"platform": "OpenAI", "model": "gpt-4o"},
"lite": {"platform": "OpenAI", "model": "gpt-4o-mini"}
}
}
}
This repository has been carefully cleaned to ensure no sensitive information is exposed:
Use setup.js for project configuration:
import {setupPrj, setupAgent} from './setup.js';
// Setup project
await setupPrj(session, path, "EN");
// Setup agent
await setupAgent(session, path, "EN");
agent.jsonLast updated: 2025-01-09
3 commits
JavaScript
69.8%
Python
29.8%