Shipped.
Aisle - a wedding planning app, just got approved and is live on the App Store.
Checklist, budget, vendors, guests, AI assistant, weather forecast, song wishlist, gift registries. Built it from scratch.
If you're engaged or know someone who is β https://t.co/lIsKKXPvZ2
@GrantGross I saw your CIO article "True Multi Agent Collaboration..." I would urge you to take a look at how Praxis gives Agents a native language by which to communicate instructions so there is zero loss in translating from the original user's ask. https://t.co/6pEeVlWwW1
v0.1.0 is live.
pip install praxis-lang
87 tests passing. MIT license. Works with Claude today, Ollama/OpenAI provider abstraction coming in v0.2.
GitHub: https://t.co/6pEeVlWwW1
Built this because I needed it. Putting it out there because I think others do too.
I built an intermediate language for AI agents so they can remember what they did, adapt what worked, and coordinate without natural language guessing.
It's called Praxis. It's open source. Here's what it does and why I think the industry is missing this layer. π§΅
The REST bridge means any language connects:
python -m praxis.bridge
Then POST /plan with a goal from TypeScript, Go, whatever. Get back a validated Praxis program. POST /execute. Done.