ISEK  by isekOS

Decentralized agent network framework

Created 9 months ago
557 stars

Top 57.4% 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

1 week ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
2 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

0.5%
4k
AgentOS for building AI agents and facilitating multi-agent cooperation
Created 1 year ago
Updated 1 day ago
Feedback? Help us improve.