Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.13 KB

File metadata and controls

38 lines (22 loc) · 1.13 KB

Agentverse: the multiverse for AI-Agents

This is an autonomous multi-agent AI platform, based on Claude.

Slogan

Physics help us to know the universe. AI help us to simulate the universe!

Usage

  1. Start AI daemon: node index --daemon
  2. Ask AI: node index ask "question"
  3. Task Mode: node index task "task description" --max=max, max for max loops that Agentverse can call the AI service.
  4. Action Mode: node index action act_name --option={opt1:val1;opt2:val2}, to execute extra actions.

Files and Folders

ai/agent

In ai/agent folder, there lies the AI agents, one file for one AI agent.

commands

In commands folder, there lies the extensions which the AI agent can use.

action

In action folder, there lies the extra actions for special jobs.

prompts

In prompts folder, there lies the prompts that every AI agent and role can use, file name format is agentname-rolename.ini.

Vendor

  • Node.js 20.0.0
  • jLAss: my javascript lib.
  • EmptyNodeProject: my nodejs backend architecture, based on jLAss.