thanks for the catch, what we meant is that we’re not committing to strict stability guarantees yet, so APIs may still change as we iterate toward 1.0.
matt_kantor 2 minutes ago [-]
[delayed]
landl0rd 14 minutes ago [-]
Is there an examples section? Would be helpful to see a demo
jellyotsiro 6 minutes ago [-]
one of the examples would be trynia.ai (search and index api for ai agents)
here is github: github.com/nozomio-labs/nia-cli
Rendered at 17:47:49 GMT+0000 (Coordinated Universal Time) with Vercel.
Sorry for being nitpicky, but yes they do. Semantic versioning[0] allows arbitrary changes while the major version is 0:
> Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
[0]: https://semver.org/
here is github: github.com/nozomio-labs/nia-cli