Architecture Overview (Guide)
This guide helps you choose crates quickly by what you are building.
ReAct Agent Workflows
Use:
wesichain-corewesichain-llmwesichain-graph
Optional:
wesichain-checkpoint-sqlite/wesichain-checkpoint-postgres/wesichain-checkpoint-rediswesichain-memory
Retrieval + RAG Workflows
Use:
wesichain-ragwesichain-retrievalwesichain-embeddings
Vector DB options:
wesichain-pineconewesichain-qdrantwesichain-weaviatewesichain-chroma
Migration-Oriented Workflows
Use:
wesichain-compat
Pair with core graph crates while porting incrementally.
Runtime Evolution
wesichain-agentcontains the FSM-style v0.3 runtime track.- For current production graph orchestration,
wesichain-graphremains the primary entry point.
See Also
Updated
Edit on GitHub