Documentation
README
agent_infini
agent_infini talks to the InfiniSynapse backend REST API. Use it for database-backed analysis, RAG-backed analysis, multi-turn task conversations, and task workspace files.
Default binary locations:
- Linux/macOS:
~/.infini/bin/agent_infini - Windows:
%USERPROFILE%\.infini\bin\agent_infini.exe
If agent_infini is not on PATH, call the full path.
Credential setup
wisp-science stores the InfiniSynapse API key in Settings -> Credentials and initializes the CLI with:
agent_infini init --api-key "sk-xxx"
If the CLI is missing, install it:
irm https://infinisynapse.cn/cli-install/install.ps1 | iex
curl -fsSL https://infinisynapse.cn/cli-install/install.sh | bash
This is the opening of the README. Read the full README on GitHub.