statewave
https://github.com/smaramwbc/statewave
Python
Open-source memory runtime for AI agents — reproducible, provenance-tagged context bundles instead of query-time retrieval. Apache-2.0, self-hosted on Postgres + pgvector, Python + TypeScript SDKs.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to statewave
Help out
- Issues
- [Bug]: docker-compose admin comment claims STATEWAVE_DEBUG=true makes the API accept any X-API-Key; it doesn't
- [Docs]: ?api_key= is accepted as a credential channel but only the X-API-Key header is documented
- [Question]: /docs, /redoc and /openapi.json stay unauthenticated when STATEWAVE_API_KEY is set - intended?
- [Docs]: CORS default ["*"] with allow_credentials=True reflects the caller's origin - worth a note in the deployment guide
- [Bug][multi-agent-shared-context]: top_k is accepted at three layers and silently dropped - the SDK has no such parameter
- [Docs]: use-case repos never send caller_type, so copying them into a require_caller_identity tenant 401s
- [Bug]: Four tests under tests/ require a live Postgres despite the hermetic-unit-test contract
- [Bug]: Missing unit test coverage for server/core/tracing.py
- [Bug]: Missing unit test coverage for CopyButton component
- [Bug]: Missing unit test coverage for StatusChip / StatusDot components
- Docs
- Python not yet supported