Back to Projects

friday

Systems Builder Core

Updated: 2025-07-31

Modular assistant backend that keeps chat online while memory and multimodal services degrade safely.

Impact: Improves production reliability for agent workflows under partial outages.

What I built

  • Implemented chat, async agent runs, and gated tool execution APIs.
  • Integrated provider-driven memory rehydrate, staging, and confirmation flows.
  • Shipped multi-compose runtime scripts for dev, app, and model modes.

Proof: Run `docker compose -f docker-compose.dev.yml up --build` and `scripts/smoke_memory.sh`.

PythonFastAPIDocker ComposeRedisPostgreSQLJavaScript