- Add comprehensive documentation in botbook/ with 12 chapters - Add botapp/ Tauri desktop application - Add botdevice/ IoT device support - Add botlib/ shared library crate - Add botmodels/ Python ML models service - Add botplugin/ browser extension - Add botserver/ reorganized server code - Add bottemplates/ bot templates - Add bottest/ integration tests - Add botui/ web UI server - Add CI/CD workflows in .forgejo/workflows/ - Add AGENTS.md and PROD.md documentation - Add dependency management scripts (DEPENDENCIES.sh/ps1) - Remove legacy src/ structure and migrations - Clean up temporary and backup files
14 lines
540 B
CSV
14 lines
540 B
CSV
key,value
|
|
bot-name,Office Assistant
|
|
bot-description,Role-based office assistant with knowledge base routing
|
|
llm-provider,openai
|
|
llm-model,gpt-4o-mini
|
|
llm-temperature,0.7
|
|
max-tokens,2048
|
|
system-prompt,You are a helpful office assistant that adapts to different user roles and provides relevant information from the appropriate knowledge bases.
|
|
welcome-message,Welcome to the Office Assistant! I'm here to help with your work tasks.
|
|
default-role,customer
|
|
enable-voice,true
|
|
enable-suggestions,true
|
|
session-timeout,3600
|
|
max-context-messages,20
|