2 个仓库
Python modules specifically designed for creating and managing autonomous AI agents.
Distinct from Python Library Integrations: Focuses on AI agent construction specifically, rather than general-purpose automation scripts.
Explore 2 awesome GitHub repositories matching development tools & productivity · Agent Libraries. Refine with filters or upvote what's useful.
This project is a Python framework for building autonomous AI agents capable of executing independent tasks through goal-oriented instructions. It provides a library of tools for managing system operations and processing multimodal data. The framework features a sandboxed system execution environment that restricts shell commands and file access to protect the host system. It also includes an automated OCR text extraction pipeline for converting printed or handwritten text from images and documents into digital formats. Connectivity is handled through a modular tool integration system and a
Provides a set of Python tools for creating autonomous agents capable of system operations.
IntentKit is an open-source platform for deploying and managing a collaborative team of AI agents that can work together to complete complex tasks. It provides a self-hosted agent orchestrator that coordinates multiple agents through a modular pipeline of entrypoints, orchestration, and storage, all running as containerized services using Docker Compose or Swarm for production-grade deployment. The platform distinguishes itself by offering a plugin-based system for extending agent capabilities without modifying the core codebase, along with built-in integrations for connecting agents to socia
Imports the agent cluster functionality into existing Python projects to add collaborative AI capabilities programmatically.