ISEK  by isekOS

Decentralized agent network framework

Created 7 months ago
556 stars

Top 57.6% on SourcePulse

GitHubView on GitHub
Project Summary

ISEK is a decentralized agent network framework for building collaborative, LLM-powered agent-to-agent (A2A) systems. It targets developers and researchers seeking to create self-organizing agent societies that autonomously discover peers, share context, and cooperatively solve tasks without central control. The primary benefit is enabling truly distributed, autonomous agent coordination.

How It Works

ISEK facilitates decentralized cooperation through autonomous peer discovery and agent-to-agent communication protocols. It supports model-agnostic intelligence, allowing agents to integrate with any LLM or backend, and offers composable multi-agent teamwork with plug-and-play collaboration protocols. This approach enables distributed deployments from local clusters to global swarms, fostering self-organizing networks capable of collective reasoning.

Quick Start & Requirements

  • Install: pip install isek
  • Prerequisites: Python 3.10+, Node.js 18+ (for P2P functionality). The isek setup command handles dependency installation.
  • Setup: Requires creating a .env file with API keys (e.g., OPENAI_API_KEY).
  • Examples: isek example list and isek example run <name> are available.
  • Documentation: README.md

Highlighted Details

  • Decentralized cooperation with no single point of failure.
  • Modular and extensible design for customization.
  • Built-in LLM integration (e.g., OpenAI).
  • Developer-friendly CLI for setup and control.

Maintenance & Community

  • Active development with welcome contributions and feedback.
  • Contact: team@isek.xyz
  • Contribution guidelines available.

Licensing & Compatibility

  • Licensed under the MIT License.
  • Permissive for commercial use and closed-source linking.

Limitations & Caveats

The project is under active development, indicating potential for breaking changes or evolving features. Users are solely responsible for the behavior of deployed agents.

Health Check
Last Commit

3 weeks ago

Responsiveness

Inactive

Pull Requests (30d)
9
Issues (30d)
0
Star History
14 stars in the last 30 days

Explore Similar Projects

Starred by Andrew Ng Andrew Ng(Founder of DeepLearning.AI; Cofounder of Coursera; Professor at Stanford), Thomas Wolf Thomas Wolf(Cofounder of Hugging Face), and
4 more.

ag2 by ag2ai

1.1%
4k
AgentOS for building AI agents and facilitating multi-agent cooperation
Created 11 months ago
Updated 16 hours ago
Starred by Elie Bursztein Elie Bursztein(Cybersecurity Lead at Google DeepMind), Chip Huyen Chip Huyen(Author of "AI Engineering", "Designing Machine Learning Systems"), and
7 more.

SuperAGI by TransformerOptimus

0.1%
17k
Open-source framework for autonomous AI agent development
Created 2 years ago
Updated 9 months ago
Feedback? Help us improve.