config(deepdive): enable fleet context grounding (#830)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
This commit is contained in:
@@ -88,6 +88,19 @@ deepdive:
|
|||||||
speed: 1.0
|
speed: 1.0
|
||||||
output_format: "mp3" # piper outputs WAV, convert for Telegram
|
output_format: "mp3" # piper outputs WAV, convert for Telegram
|
||||||
|
|
||||||
|
# Phase 0: Fleet Context Grounding
|
||||||
|
fleet_context:
|
||||||
|
enabled: true
|
||||||
|
gitea_url: "http://143.198.27.163:3000"
|
||||||
|
token: "${GITEA_TOKEN}" # From environment
|
||||||
|
owner: "Timmy_Foundation"
|
||||||
|
repos:
|
||||||
|
- "timmy-config"
|
||||||
|
- "the-nexus"
|
||||||
|
- "timmy-home"
|
||||||
|
- "hermes-agent"
|
||||||
|
- "wizard-checkpoints"
|
||||||
|
|
||||||
# Phase 5: Delivery
|
# Phase 5: Delivery
|
||||||
delivery:
|
delivery:
|
||||||
method: "telegram"
|
method: "telegram"
|
||||||
|
|||||||
Reference in New Issue
Block a user