finds.dev← search

// the find

Josh-XT/AGiXT

★ 3,206 · Python · MIT · updated Jun 2026

AGiXT is a dynamic AI Agent Automation Platform that seamlessly orchestrates instruction management and complex task execution across diverse AI providers. Combining adaptive memory, smart features, and a versatile plugin system, AGiXT delivers efficient and comprehensive AI solutions.

AGiXT is a Python-based AI agent platform that wires together LLM providers, memory, and a large collection of integrations (Tesla, Discord, Home Assistant, Solana, Stripe, and ~80 more) into a single service. It targets builders who want a self-hosted orchestration layer rather than piecing together separate SDKs. The ambition is broad: multi-tenant, voice, web search, chains, and a marketplace.

The extension library is genuinely wide — covering IoT (Tuya, Ring, Roomba), productivity (Notion, Obsidian, Todoist), and cloud providers in a consistent plugin pattern, so adding a new one follows an obvious template. Multi-provider LLM support is real: you can swap between OpenAI, Anthropic, local llama.cpp, and others without changing application code. The chain system (JSON-defined multi-step workflows) is a practical way to encode reusable agent pipelines without writing code. OAuth/multi-tenancy is built in from the start rather than bolted on, which matters if you're building a product on top of it.

The README is almost entirely marketing copy and badge soup — the actual quickstart is two shell commands with a link offsite, so evaluating what you're actually running requires cloning and reading. The codebase carries a Pump.fun meme-coin badge in the header, which is a credibility signal worth noting if you're considering depending on this in production. The extension count is a double-edged sword: many of the 80+ integrations are thin wrappers with no evident test coverage, so breakage in any one provider's API silently degrades the whole platform. The 'AGI' branding is pure marketing — this is a task-chaining agent framework, and the name sets expectations it cannot meet.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →