Agent Management
Configure Agent
Configure advanced settings for an AI Agent
Configure Agent Command
The agent configure
command sets up advanced features and behaviors for an AI Agent, such as memory type, knowledge base integration, and LLM settings.
Usage
Options
Option | Description |
---|---|
--memory <type> | Memory type: ephemeral , persistent , or distributed |
--knowledge <source> | Knowledge base source: vector-db , pinecone , custom |
--llm-key <api_key> | API key for the LLM service (OpenAI, Anthropic, etc.) |
--options <json> | Additional configuration options in JSON format |
Examples
Basic Configuration
Advanced Configuration with Options
Response
Notes
- Memory Types:
ephemeral
: In-memory, session-based storagepersistent
: Durable storage with TTLdistributed
: Shared across agent instances
- Knowledge Base Options:
vector-db
: Built-in vector databasepinecone
: Pinecone.io integrationcustom
: Your own knowledge base implementation
- Configuration changes take effect immediately
- Use
xpander agent details
to verify settings