Essential steps to configure Saiku for optimal performance in your projects, focusing on setting up AgentOptions
.
AgentOptions
to customize Saiku’s behavior according to your requirements.
.env
file, such as your OPENAI_API_KEY
for OpenAI services integration.
AgentOptions
provide flexibility and control over how the AI agent operates in your environment. Here’s how you can configure these options:
actionsPath
: Path to custom action scripts.systemMessage
: System role prompt message (optional).allowCodeExecution
: Flag to enable/disable code execution (optional).interactive
: Enable interactive mode for user input (boolean or string).speech
: Configure speech functionality (input
, output
, both
, none
).llm
: Specify the language learning model (openai
, vertexai
, huggingface
, ollama
).[key: string]
: Additional custom properties for unique project requirements.AgentOptions
in your application:
AgentOptions
, it’s important to test Saiku to ensure it functions as expected. Run a simple interaction test as described in our Verifying Installation guide.
AgentOptions
tailors Saiku’s functionality to fit your project’s specific needs, enhancing its effectiveness and efficiency.