mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
25 lines
433 B
YAML
25 lines
433 B
YAML
project: local-warehouse
|
|
connections:
|
|
warehouse:
|
|
driver: postgres
|
|
readonly: true
|
|
storage:
|
|
state: sqlite
|
|
search: sqlite-fts5
|
|
git:
|
|
auto_commit: true
|
|
author: "ktx <ktx@example.com>"
|
|
ingest:
|
|
adapters:
|
|
- fake
|
|
- live-database
|
|
agent:
|
|
run_research:
|
|
enabled: false
|
|
max_iterations: 20
|
|
default_toolset:
|
|
- sl_query
|
|
- knowledge_search
|
|
- sl_read_source
|
|
memory:
|
|
auto_commit: true
|