Hacker Newsnew | past | comments | ask | show | jobs | submit | mesenga's commentslogin

Thanks for the comment, I suggest you plug the repository into Gemini or Claude Code and ask it to build 3 examples of original declarative agents, different from each other, and that are not simple chatbots - app builder bolt.new managed to create a chatbot on its own when I asked it to do so using "npm install beddel" (https://bolt.new/~/sb1-evqess6o), it's a simple and commonplace example, but it was amazing to see the code generation using my 'proprietary method' and managing to do it with just ONE prompt.


Thanks for the comment, I preferred to dedicate time to building a truly functional workflow, adaptable to any integration, instead of worrying so much about the emojis in the README. If you have any suggestions, PRs are welcome!


Beddel is not an AI tool. It is the Logic Governance infrastructure that should have been built before we plugged LLMs into the internet.

By moving logic into the runtime and keeping the agent definition minimal, you eliminate the "token bloat" associated with complex reasoning loops. You validate locally, execute deterministically, and only pay for the intelligence you actually need.

#SoftwareArchitecture #DeclarativeProgramming #IntentDrivenDevelopment #SystemDesign


As the Agentic Web expands, Beddel solves the critical challenges of execution—providing sandboxed isolation, real-time threat detection, and built-in compliance (GDPR/LGPD).

It is the infrastructure layer for safe, scalable AI development.

Build safer agents today: GitHub: https://github.com/botanarede/beddel-... NPM: https://www.npmjs.com/package/beddel Official: https://beddel.com.br/


We are building Beddel, an open protocol and secure runtime designed to bring governance and predictability to AI Agents. When we started building agents, we realized that opaque "black box" execution loops are a nightmare for security and compliance, so we wanted a way to define agents that is transparent, auditable, and safe by default. Beddel treats Agent definitions as declarative YAML schemas rather than just code, allowing our runtime to wrap every interaction in a security layer that enforces rules before execution ever happens. In this alpha release, we are introducing a declarative protocol for portable agent definitions, built-in compliance engines (GDPR/LGPD) that automatically check PII handling and consent flows, real-time threat detection, and immutable audit trails for forensic logging. We believe the future of AI Agents requires a standard, safe protocol that enterprises can actually trust, and we are open-sourcing the core runtime to start this conversation. The repo includes the parser, compliance engines, and the isolated runtime environment—we’d love your feedback on the schema design and our approach to compliance enforcement: https://github.com/botanarede/beddel-alpha.

Finally, we designed Beddel to be the safe substrate for Generative Agent Creation. While current market standards often rely on LLMs generating executable code (like Python scripts) to spawn new behaviors—creating a massive sandboxing and security nightmare—Beddel solves this via its strict schema architecture. Because our agents are defined purely by YAML configuration rather than arbitrary code, an AI can safely act as an "Architect," composing and deploying new sub-agents on the fly without ever introducing arbitrary code execution risks. This enables self-organizing agent swarms where the logic is generated by GenAI, but the security boundaries remain rigidly enforced by our deterministic runtime.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: