This is an autonomous multi-agent AI platform, based on Claude.
Physics help us to know the universe. AI help us to simulate the universe!
- Start AI daemon:
node index --daemon - Ask AI:
node index ask "question" - Task Mode:
node index task "task description" --max=max,maxfor max loops that Agentverse can call the AI service. - Action Mode:
node index action act_name --option={opt1:val1;opt2:val2}, to execute extra actions.
In ai/agent folder, there lies the AI agents, one file for one AI agent.
In commands folder, there lies the extensions which the AI agent can use.
In action folder, there lies the extra actions for special jobs.
In prompts folder, there lies the prompts that every AI agent and role can use, file name format is agentname-rolename.ini.
- Node.js 20.0.0
- jLAss: my javascript lib.
- EmptyNodeProject: my nodejs backend architecture, based on jLAss.