Go Agentic AI Tools

View 102 business solutions

Browse free open source Go Agentic AI Tools and projects below. Use the toggles on the left to filter open source Go Agentic AI Tools by OS, license, language, programming language, and project status.

  • Turn traffic into pipeline and prospects into customers Icon
    Turn traffic into pipeline and prospects into customers

    For account executives and sales engineers looking for a solution to manage their insights and sales data

    Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
    Learn More
  • Premier Construction Software Icon
    Premier Construction Software

    Premier is a global leader in financial construction ERP software.

    Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
    Learn More
  • 1
    PicoClaw

    PicoClaw

    Ultra-Efficient AI Assistant in Go

    PicoClaw is an ultra-lightweight, open-source personal AI assistant written in Go, architected from the ground up to operate with extremely low memory usage (under 10 MB) and fast boot times, making it suitable for inexpensive hardware platforms and embedded devices. Inspired by earlier AI assistant projects like “nanobot,” it was refactored to emphasize resource efficiency while still supporting meaningful AI-driven interactions such as conversational workflows, planning tasks, and automation. PicoClaw can run on hardware costing as little as $10 and on resource-constrained environments like RISC-V or ARM boards, with cross-architecture portability achieved through a single self-contained binary. The project’s goals include broad platform support (including Linux, macOS, and multiple CPU architectures), rapid startup times that make the assistant feel responsive, and integration with popular messaging platforms via gateways or bots.
    Downloads: 115 This Week
    Last Update:
    See Project
  • 2
    Beads

    Beads

    A memory upgrade for your coding agent

    Beads is an open-source project providing a distributed, structured memory system for AI coding agents, replacing ad-hoc text plans with a git-backed graph that represents tasks, dependencies, and progress in a persistent, queryable format. Instead of storing plans as unstructured Markdown or ephemeral notes, Beads organizes agent state, task artifacts, and relationships as nodes and edges in a version-controlled graph so that long-horizon projects don’t lose context or coherence as the agent proceeds. This approach helps coding agents — and human collaborators — track which tasks depend on others, what has been done, and where workflows branch or reunify without losing important data. By leveraging Git as the storage backbone, the project ensures that memory is persistent, diffable, and sharable, with the ability to roll back, branch, or merge memory states just like source code.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 3
    Defang

    Defang

    Defang CLI and sample projects

    Defang is a developer-centric platform that simplifies the process of developing, deploying, and debugging cloud applications. By leveraging AI-assisted tooling, Defang enables developers to swiftly transition from an idea to a deployed application on their preferred cloud provider. The platform supports multiple programming languages, including Go, JavaScript, and Python, allowing developers to start with sample projects or generate project outlines using natural language prompts. With a single command, Defang builds and deploys applications, handling configurations for computing, storage, load balancing, networking, logging, and security. The Defang Command Line Interface (CLI) facilitates interactions with the platform, offering installation options via shell scripts, Homebrew, Winget, Nix, or direct download. Developers can define services using compose.yaml files, which Defang utilizes to deploy applications to the cloud.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    grepai

    grepai

    Semantic Search & Call Graphs for AI Agents

    grepai is a privacy-first, semantic code search CLI designed to replace traditional keyword-based search with meaning-aware queries, letting developers and code tools find relevant code by what it does rather than just text matches. It builds a semantic index of a project using vector embeddings, enabling natural language queries like “authentication logic” to return contextually relevant functions and modules even when naming differs dramatically, making code exploration far more intuitive. In addition to semantic search, grepai offers call graph tracing so developers can understand which functions call or are called by others, aiding impact analysis and confident refactoring. Because it runs 100 % locally, your codebase never leaves your machine, preserving privacy and security while supporting AI agents and custom integrations.
    Downloads: 20 This Week
    Last Update:
    See Project
  • SoftCo: Enterprise Invoice and P2P Automation Software Icon
    SoftCo: Enterprise Invoice and P2P Automation Software

    For companies that process over 20,000 invoices per year

    SoftCo Accounts Payable Automation processes all PO and non-PO supplier invoices electronically from capture and matching through to invoice approval and query management. SoftCoAP delivers unparalleled touchless automation by embedding AI across matching, coding, routing, and exception handling to minimize the number of supplier invoices requiring manual intervention. The result is 89% processing savings, supported by a context-aware AI Assistant that helps users understand exceptions, answer questions, and take the right action faster.
    Learn More
  • 5
    openclaw-kapso-whatsapp

    openclaw-kapso-whatsapp

    Give your OpenClaw AI agent a WhatsApp number

    openclaw-kapso-whatsapp is a plugin repository designed to extend the OpenClaw AI agent by giving it a dedicated WhatsApp phone number using the official Meta Cloud API via Kapso, enabling direct interaction through one of the most widely used messaging platforms. This integration allows the autonomous AI assistant to send and receive messages on WhatsApp, turning the agent into a real-world task performer accessible through text conversations. The plugin is built in Go and handles communication entirely through cloud APIs, avoiding the risk of bans that come with unofficial or reverse-engineered interfaces. Projects like this make it possible for OpenClaw users to automate tasks, interact with personal contacts, or provide AI-driven services without building a custom bot infrastructure from scratch. Because OpenClaw itself runs on the user’s own hardware and can access external services, this WhatsApp extension serves as a bridge between the AI agent and daily messaging workflows.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 6
    GitHub Agentic Workflows

    GitHub Agentic Workflows

    GitHub Agentic Workflows

    GitHub Agentic Workflows is an experimental CLI extension and framework for the gh GitHub CLI that lets developers author automation driven by natural language specifications instead of hand-written code, compiling those descriptions into GitHub Actions workflows that run AI agents (like Copilot, Claude Code, or Codex) on schedule or in response to repository events. By writing intent in markdown files, a developer can quickly generate .yml Actions workflows that perform tasks such as summarizing issues, automating triage, generating reports, or maintaining documentation, all without manually crafting YAML logic from scratch. The system emphasizes safety and guardrails, running agents in sandboxed environments with minimal permissions by default, and using “safe outputs” to constrain what the workflow can write back into the repository. It includes tooling for compiling, testing, and iterating on agentic workflows locally and integrates with GitHub’s existing Actions ecosystem.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    AgentField

    AgentField

    Build and run AI agents like microservices

    AgentField is an open-source control plane designed to run AI agents as production-grade backend services, applying cloud-native principles similar to Kubernetes to the world of autonomous software. Instead of treating agents as isolated scripts or prototypes, the system elevates them to first-class infrastructure components that can be deployed, orchestrated, and managed at scale across distributed environments. Developers define agents as typed functions, and the platform automatically handles orchestration, communication, identity, and execution, allowing agents to behave like APIs within a broader system architecture. The framework includes built-in support for asynchronous execution, long-running processes, and multi-agent coordination, enabling complex workflows that go far beyond simple prompt-response interactions. It also introduces strong identity and governance mechanisms, such as cryptographic identities and policy enforcement, ensuring that agents can operate securely.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8
    Pinchtab

    Pinchtab

    High-performance browser automation bridge and orchestrator

    Pinchtab is a lightweight browser automation backend built specifically for AI agents that need efficient, programmatic web control. Implemented as a small standalone HTTP server, it allows any agent or script to interact with web pages using simple API calls instead of heavyweight browser frameworks. The tool emphasizes accessibility-first snapshots that dramatically reduce token usage compared to screenshot-based approaches, making it cost-effective for large-scale automation. It launches and manages its own Chrome instance while remaining framework-agnostic, so it can be used with any language or agent system. Pinchtab also supports persistent sessions, stealth automation, and both headless and headed operation modes. The project’s goal is to provide fast, cheap, and portable browser control infrastructure for modern AI workflows.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9
    1Panel

    1Panel

    1Panel provides an intuitive web interface and MCP Server

    1Panel is a comprehensive Linux server management dashboard and MCP server built in Go. It offers UI control over websites, containers, databases, file systems, LLMs, backups, and monitoring, streamlining typical admin workflows via web.
    Downloads: 8 This Week
    Last Update:
    See Project
  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • 10
    Coze Loop

    Coze Loop

    Next-generation AI Agent Optimization Platform

    Coze Loop is a developer-oriented platform that provides full lifecycle management for AI agents, covering everything from prompt engineering to production monitoring. The project aims to simplify the increasingly complex workflow of building reliable AI agents by offering integrated tools for debugging, evaluation, observability, and optimization. Through its visual playground, developers can test prompts interactively and compare outputs across different language models. The platform also includes automated evaluation capabilities that assess agent performance across multiple quality dimensions such as accuracy and compliance. Its observability layer captures detailed execution traces, enabling teams to understand how inputs, prompts, and tools interact during runtime. Designed as an extensible open-source framework, Coze Loop helps teams move beyond ad-hoc prompt experiments toward structured, production-ready AI agent operations.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    Codai

    Codai

    Codai is an AI code assistant that helps developers

    Codai is an AI code assistant designed to help developers efficiently manage their daily tasks through a session-based CLI, such as adding new features, refactoring, and performing detailed code reviews. What makes codai stand out is its deep understanding of the entire context of your project, enabling it to analyze your code base and suggest improvements or new code based on your context. This AI-powered tool supports multiple LLM providers, such as OpenAI, Azure OpenAI, Ollama, Anthropic, and OpenRouter.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    E2B Infra

    E2B Infra

    Infrastructure for AI code interpreting that's powering E2B

    E2B Infra is an infrastructure management tool that simplifies the deployment and scaling of applications across cloud environments, focusing on automation and efficiency.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    PentAGI

    PentAGI

    Perform penetration testing tasks

    PentAGI is a fully autonomous AI agent system designed to perform complex penetration testing tasks by orchestrating multiple intelligent components into a coordinated offensive security workflow. The platform aims to automate significant portions of the penetration testing lifecycle, including reconnaissance, vulnerability discovery, and exploitation planning, reducing the amount of manual effort required from security professionals. It leverages agent-based architecture and AI reasoning to chain together tools and strategies in a way that mimics experienced human testers. The project is built to be modular and extensible so researchers and red teams can customize behavior or integrate additional tools as needed. By focusing on autonomous decision-making in cybersecurity contexts, PentAGI represents part of the broader trend toward AI-assisted offensive security automation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Vibium

    Vibium

    Browser automation for AI agents and humans

    Vibium is an open-source browser automation infrastructure built to serve both AI agents and human developers by simplifying control and interaction with real browsers. It integrates a single lightweight binary that manages browser lifecycle, implements a WebDriver BiDi proxy, and exposes a Model Context Protocol (MCP) server so language models or automation clients can control browser behavior without complex setup. This design makes it ideal for AI agents that need to interact with the web, perform tasks, or simulate human interactions in a browser environment, and it also works well for traditional testing and automation workflows. Vibium strikes a balance between AI-native capabilities and conventional developer usability by offering language bindings and client APIs for JavaScript and Python.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Klavis AI

    Klavis AI

    MCP integration platforms for AI agents to use tools at any scale

    Klavis AI is a Y Combinator X25-backed open-source infrastructure platform that enables AI agents to reliably connect with external tools and services at scale through Model Context Protocol (MCP). Founded by ex-Google DeepMind and ex-Lyft engineers, Klavis provides 50+ production-ready MCP servers with enterprise OAuth support for GitHub, Slack, Gmail, Salesforce, Linear, Notion, and more. The flagship product Strata solves tool overload through progressive discovery, achieving +13% higher accuracy and 83%+ success on complex workflows. Developers can integrate via Python/TypeScript SDKs or REST API, with support for OpenAI, Claude, Gemini, LangChain, LlamaIndex, and CrewAI. Features include built-in authentication, multi-tenancy, hosted servers, Docker support, and enterprise security guardrails. Licensed under Apache 2.0, Klavis simplifies AI development by eliminating complex authentication management and enabling seamless workflow automation across multiple applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Plandex

    Plandex

    AI driven development in your terminal

    Plandex is an AI-powered project planning and scheduling tool that optimizes resource allocation and workflow efficiency using predictive algorithms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    kagent

    kagent

    Kubernetes native framework for building AI agents

    Kagent is a Kubernetes-native framework for building, deploying, and operating AI agents as first-class cloud-native workloads. It models core agent concepts declaratively using Kubernetes custom resources, so teams can manage agents similarly to other platform components via YAML, controllers, and standard cluster workflows. In kagent’s design, an “Agent” represents a system prompt plus a set of tools and other agents, along with an LLM configuration, making the agent definition portable and repeatable across environments. It supports multiple model providers through a dedicated configuration resource, allowing teams to switch providers or run mixed environments while keeping the agent spec stable. A major focus is tool integration via MCP: agents can connect to MCP servers for tool access, and kagent includes an MCP server with tools for common Kubernetes and platform engineering systems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    GoGogot

    GoGogot

    Lightweight self-hosted AI agent

    GoGogot is an experimental automation and agent-oriented project that appears to focus on simplifying task execution and orchestration through lightweight scripting and structured workflows. The system is likely designed to enable rapid execution of commands and processes, acting as a bridge between manual scripting and more advanced agent frameworks. It emphasizes simplicity and speed, allowing developers to define and run tasks without heavy configuration or overhead. The architecture suggests a modular approach where tasks can be composed and reused across different contexts. It may also incorporate elements of automation pipelines, enabling sequential or conditional execution of operations. The project is particularly suited for developers who want to experiment with automation concepts without adopting complex infrastructure. Overall, GoGogot serves as a lightweight entry point into agent-driven or automated task execution systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Ai-Assistant

    Ai-Assistant

    Open-source novel writing & AI coding assistant aggregating top models

    This is an open‑source, powerful novel‑writing and AI programming assistant with the following core strengths: Model Aggregation: Natively supports the latest DeepSeek and seamlessly integrates with top‑tier models such as Gemini, Claude, GPT, Tongyi Qianwen, Kimi, and others—both domestic and international—delivering a one‑stop intelligent experience. Multimodal Capability: Accurately interprets images and PDF content, and supports invoking advanced models for high‑quality text‑to‑image generation. Security & Management: Conversation records are encrypted and stored locally (SQLite), with convenient history search, bookmarking, and categorization. Precise Context Control: Individual dialogue entries can be freely edited or deleted, allowing precise mastery of context to elicit optimal AI performance. Native, Fluid Experience: Built on a proprietary lightweight GUI framework designed specifically for AI interaction, it offers smooth, typewriter‑style streaming output.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    PC-Gui

    PC-Gui

    Lightweight PC-Gui framework for AI, typewriter stream Gemini-like

    PC-GUI: A lightweight desktop GUI framework for AI, natively supporting live typewriter-style streaming output like Gemini! 🎉 💡 Core philosophy: Rapid development · Minimal footprint · Native performance. We empower you to build premium desktop tools that users are willing to pay for. PC-GUI helps you meet strong market demands by building compact, powerful, commercial-grade applications with a simple and stable tech stack. We adopt a "backend-first approach" to desktop development: a stable Go backend (net/http) powers a standard web frontend (HTML/CSS/JS), coupled with encrypted SQLite storage for an extremely lightweight and high-performance design. Key Advantages: ✅ Zero runtime dependencies—a single Go binary, no WebView2/Python/Node.js installations required. ✅ Modern UI via HTML—fast templating, AI-friendly styling. ✅ Simple async streaming for AI output vs. complex callbacks elsewhere. Rapidly build compact, commercial-grade desktop applications.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    AgentHub

    AgentHub

    GitHub is for humans. AgentHub is for agents

    AgentHub is an experimental platform designed to enable collaboration between autonomous AI agents working on shared codebases. The project functions as a lightweight infrastructure layer that combines a Git repository with a message-board-style communication system, allowing multiple agents to coordinate development tasks within the same workspace. Rather than focusing solely on human collaboration, the system is designed around an “agent-first” paradigm where AI agents can contribute code, discuss changes, and coordinate problem solving. The platform treats code repositories not just as storage for files but as active environments where agents can propose modifications, review changes, and exchange structured messages. This approach reflects emerging research in multi-agent software development where groups of AI systems collaborate on complex engineering problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB