A wrapper for a wrapper for an AI assistant you've never heard of
Thin Python client for the SUSI AI API, because raw HTTP is apparently too much to ask.

What it does
Provides a Python wrapper around the SUSI AI REST API. SUSI AI is an open-source personal assistant (think “open-source Siri” from the FOSSASIA community). The wrapper handles the HTTP boilerplate so you can query the assistant without hand-crafting JSON payloads.
The interesting bit
The “multiple languages” promise in the README is currently just Python — the roadmap suggests more are coming, but the repo has been sitting at one language for a while. It’s a classic open-source aspirational README.
Key highlights
- Simple Python interface to SUSI AI’s query/response API
- Part of the broader FOSSASIA SUSI ecosystem (hardware clients, Android apps, etc.)
- Travis CI integration for build verification
- ~1,500 stars suggests a community, though activity level is unclear from the README alone
Caveats
- Only Python is actually implemented; other languages are roadmap fiction
- README is extremely thin — no code examples, no installation instructions, no API coverage details
- The linked Python wrapper sub-README may contain more, but the top-level docs don’t inspire confidence
Verdict
Worth a look if you’re already committed to the SUSI AI ecosystem and want to save a few lines of requests code. Everyone else can probably just use requests directly or pick a more established assistant API.