Business Configuration
FinClaw's business configuration is handled primarily through .env and the YAML files under the config/ directory.
LLM and Multi-Model
- Single model: set
LLM_PROVIDER/LLM_MODEL/LLM_API_KEY/LLM_BASE_URLin.env; identity-service uses these to bootstrap the platform model list at startup. - Multi-model / multi-tenant: model selection requires version alignment across middleware, chatkit-web, and ai-infra-rs; the user model list endpoint is
GET /users/me/llm-models.
Persona Templates
The config/persona-templates/ directory provides several role templates (such as finclaw-lobster, research-partner, wiki-agent, writing-partner, etc.); each template contains definition files such as SOUL.md / IDENTITY.md / AGENT.md.
