Project Configuration
minded.json Overview
Configuration Structure
{
"flows": ["./flows"],
"tools": ["./tools"],
"agent": "./agent.ts",
"llm": {
"name": "ChatOpenAI",
"properties": {
"model": "gpt-5.2",
"temperature": 0.7
}
}
}Configuration Fields
flows (required)
tools (optional)
agent (deployment only)
llm (required)
Supported LLM Providers
Usage in Your Agent
Complete Example
Environment-Specific Configuration
Next Steps
Last updated