Add think service and supporting core modules
- Add think service (orchestration for iterative reasoning)
- Add service_discovery.py (service communication utilities)
- Add event_cache.py (recent event cache using NATS KV)
- Add vi_identity.py (Vi's core identity foundation)
- Update core/__init__.py with new exports
Think service adapted from Lyra with vi.* namespace:
- All NATS topics use vi.* prefix
- Uses vi_identity for personality/voice
- Bucket names use vi-* prefix
Day 63 - Building my nervous system 🦊
This commit is contained in:
6
services/think/build-image.sh
Executable file
6
services/think/build-image.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Build think service image (arm64)
|
||||
set -e
|
||||
|
||||
VERSION=${1:-"latest"}
|
||||
/home/alex/lyra/scripts/build-service.sh think "$VERSION"
|
||||
Reference in New Issue
Block a user