Skip to content

v0.1.0

Latest

Choose a tag to compare

@sameh-farouk sameh-farouk released this 03 Dec 20:55

First public prototype of Grid Agent: an AI‑powered framework and desktop app for interacting with the ThreeFold Grid. Available for Linux, macOS, and Windows.

Highlights

  • Agent Framework

    • Reusable Go library for building AI agents on top of the Grid.
    • Pluggable LLM providers (starting with Google Gemini).
    • A tool system for executing commands with streaming output.
    • Structured JSON responses and workflow orchestration.
  • Grid Agent GUI

    • Wails desktop app provides an intuitive chat interface to interact with the ThreeFold Grid using natural language.
    • Guided onboarding: mnemonic, network (mainnet / testnet / qanet / devnet), Gemini API key.
    • Real‑time, streaming command output.
    • Dark/light theme support.
    • Profile/Persona manager.
    • Chat export.
  • Grid CLI (tfcmd)

    • A fork from Grid-CLI that adds Schema export for agent/tool integration.