A terminal-first agent framework for prompt-to-app workflows on 0G: generate, preview, deploy, and sync with inspectable plan/diff, persistent storage memory, and on-chain registration.




og create and og edit actions, reflect on the result of each step, persist its memory, and continue toward a finished application. In other words, 0G Forge is not only a developer CLI; it is an agent-native framework for autonomous app creation.og init, og create, og edit, og preview, og sync push/pull, and og deploy vercel, developers can move from an idea to a live application entirely from the terminal. At the same time, agent builders can use the Forge runtime as a foundation for more advanced autonomous coding agents, specialized skills, and long-running AI workflows.Built the og CLI with init/create/edit/preview/deploy/sync flows and plan+diff pipeline.
Implemented forge‑agent runtime (AgentLoop, ToolRegistry, MemoryLayer) and goal‑agent demo.
Integrated 0G Compute inference, 0G Storage sync provider, and on‑chain FrameworkRegistry.
Deployed FrameworkRegistry on 0G Mainnet and published updated npm package.
Finalized frontend landing + docs and demo flow.
During the hackathon, 0G Forge evolved from an initial concept into a working, 0G-native agent framework and CLI with end-to-end functionality.
We designed and implemented the full terminal workflow for AI-generated app development, including og init, og create, og edit, og preview, og deploy vercel, and og sync push/pull. This allows developers to move from project scaffolding to code generation, refinement, decentralized synchronization, and deployment directly from the terminal.
forge-agent runtime, which turns 0G Forge from a simple CLI into reusable agentic infrastructure. We introduced three core primitives:AgentLoop for multi-step goal execution with reflection-based decisionsToolRegistry for registering and composing agent capabilitiesMemoryLayer for persistent agent state and execution historyNot fundraising yet