feat: add xAI Grok adapters

This commit is contained in:
2026-05-11 17:16:48 +09:00
parent 3ee6b233ea
commit 5be64756ac
5 changed files with 428 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ BoxBrain is an IdentityDB-backed TypeScript framework for creating synthetic per
The project is framework-first rather than product-first. The current core library provides:
- provider-agnostic text, structured-output, image, conversation-memory, and special-date adapter contracts
- ready-made xAI Grok text, structured-output, and image adapters
- one IdentityDB memory space per persona
- persona initialization from personality, history, values, preferences, and relationships
- LLM-generated biography ingestion into IdentityDB fact drafts
@@ -21,7 +22,7 @@ The project is framework-first rather than product-first. The current core libra
Still planned:
- HTTP/RPC wrappers around the core library APIs
- ready-made provider adapter packages for specific AI vendors
- ready-made provider adapter packages for additional AI vendors
- production-focused persistence/runtime integrations beyond the in-process core library
## Development
@@ -35,6 +36,6 @@ bun run build
## Current status
The repository now contains the framework core for persona initialization, schedule/status management, and conversation orchestration. See the implementation plan:
The repository now contains the framework core for persona initialization, schedule/status management, conversation orchestration, and a ready-made Grok adapter set. See the implementation plan:
- `docs/plans/2026-05-11-boxbrain-foundation.md`