An open-source AI agent by Neon
I recently came across app.build - It’s an open-source AI Agent built by Neon.
I haven’t played around with it yet but it looks like a good reference if you’re building AI Agents.
And their blog post covers high level design as well 👇
https://www.app.build/blog/app-build-open-source-ai-agent
Will I use this?
I see this as a push from them with the goal of making people other Neon products like database. There is nothing wrong in it.
But I don’t find any compiling reason to switch to this than my current workflow.
However, like I said before it seems like a good reference for building AI Agents
Source Code
Both the codebase is licensed under Apache-2.0 license
- Agents - https://github.com/appdotbuild/agent
- CLI & Platform - https://github.com/appdotbuild/platform
Happy building agents!