Show HN: Adam – An embeddable cross-platform AI agent library(github.com)
github.com
Show HN: Adam – An embeddable cross-platform AI agent library
https://github.com/sqliteai/adam
12 comments
They have named themselves sqliteai and are releasing a library called adam. this is just advanced seo. seems neat though
Jetbrains maintain a kotlin based ADK - https://github.com/JetBrains/koog
Since it's written using kotlin multiplatform it's compilable to js/wasm/ios/android or any platform of choice.
Worth checking out.
Since it's written using kotlin multiplatform it's compilable to js/wasm/ios/android or any platform of choice.
Worth checking out.
Neat. I've (with the help of Codex) written a wrapper (bindings) for Crystal language: https://github.com/krthr/adam-crystal
For anyone in AI, this reads like someone starting a new company called Google
i built a similar project named boxlite (embeddable micro-VM) and agentlite (agent in boxlite). i like your idea
nice work.
I'm 100% on board with using C for the rag or sqlite sync solutions, but the agent itself seems like it would be much easier to write in another language and build on those tools. Even something like go would be much easier to adopt.