Skip to content

lobs-ai/lobs-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

583 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lobs-server

Central backend for Lobs Mission Control. FastAPI + SQLite REST API with built-in task orchestrator.

Features

  • Task & Project Management — Full CRUD with kanban workflow, tiered approvals
  • Memory System — Second brain: daily notes, long-term memory, search, quick capture
  • Topics/Knowledge — Research workspaces with documents and auto-created topics
  • Chat — Real-time WebSocket messaging with OpenClaw agent bridge
  • Orchestrator — Automatic server-side task routing (explicit agent -> capability registry -> fallback), worker spawning, model routing with fallback chains, failure escalation
  • Calendar Integration — Events, recurring schedules, tracker deadline sync
  • System Health — Activity timeline, cost tracking, monitoring
  • Auth — Bearer token authentication on all endpoints

Setup

Quick start: See QUICKSTART.md for detailed setup instructions.

git clone git@github.com:RafeSymonds/lobs-server.git
cd lobs-server
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

# Generate an API token
python bin/generate_token.py my-token

# Run
./bin/run  # or: uvicorn app.main:app --host 0.0.0.0 --port 8000

Documentation

API

All endpoints at /api/* require Bearer token (except /api/health).

See AGENTS.md for complete endpoint reference.

Testing

source .venv/bin/activate
python -m pytest -v

See Also

Lobs Ecosystem Documentation (in ~/self-improvement/docs/):

License

Private

About

Legacy Python server (v6-era, replaced by lobs-core)

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors