dictatorgenai


Namedictatorgenai JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/smartlawyer-ai/dictatorgen
SummaryAn agentic Python library for multi-agents collaboration
upload_time2025-02-18 23:44:34
maintainerNone
docs_urlNone
authorJérémie Lenoir
requires_python<3.12,>=3.9
licenseMIT
keywords framework ai python agentic agent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # DictatorGenAI Framework

![DictatorGenAI Logo](assets/dictator.png)

## Introduction

**DictatorGenAI** is an innovative multi-agent framework designed to facilitate effective interactions between humans and AI agents. Inspired by organizational hierarchies, the framework allows you to simulate a regime where a **dictator** (main agent) and **generals** (supporting agents) collaborate to solve complex tasks. Each agent possesses unique capabilities and expertise, enabling the system to select the most suitable agents for a given task.

## Features

- **Multi-Agent Collaboration**: Simulate interactions between multiple AI agents with specialized skills.
- **Dynamic Agent Selection**: Automatically select and prioritize agents based on their relevance to the task.
- **Hierarchical Structure**: Implement a command chain with dictators and generals for organized task execution.
- **Event Management**: Subscribe to events such as task start, update, completion, and failure.
- **Customizable Agents**: Define agents with specific capabilities and integrate different NLP models.

## Installation

```bash
pip install dictatorgenai
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/smartlawyer-ai/dictatorgen",
    "name": "dictatorgenai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.9",
    "maintainer_email": null,
    "keywords": "framework, ai, python, agentic, agent",
    "author": "J\u00e9r\u00e9mie Lenoir",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/9d/14/fc1bdfc64c92f7dcf67f133ace8c59bfaa16fe7778728f805fa0f44da47c/dictatorgenai-0.1.1.tar.gz",
    "platform": null,
    "description": "# DictatorGenAI Framework\n\n![DictatorGenAI Logo](assets/dictator.png)\n\n## Introduction\n\n**DictatorGenAI** is an innovative multi-agent framework designed to facilitate effective interactions between humans and AI agents. Inspired by organizational hierarchies, the framework allows you to simulate a regime where a **dictator** (main agent) and **generals** (supporting agents) collaborate to solve complex tasks. Each agent possesses unique capabilities and expertise, enabling the system to select the most suitable agents for a given task.\n\n## Features\n\n- **Multi-Agent Collaboration**: Simulate interactions between multiple AI agents with specialized skills.\n- **Dynamic Agent Selection**: Automatically select and prioritize agents based on their relevance to the task.\n- **Hierarchical Structure**: Implement a command chain with dictators and generals for organized task execution.\n- **Event Management**: Subscribe to events such as task start, update, completion, and failure.\n- **Customizable Agents**: Define agents with specific capabilities and integrate different NLP models.\n\n## Installation\n\n```bash\npip install dictatorgenai",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An agentic Python library for multi-agents collaboration",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/smartlawyer-ai/dictatorgen",
        "Repository": "https://github.com/smartlawyer-ai/dictatorgen"
    },
    "split_keywords": [
        "framework",
        " ai",
        " python",
        " agentic",
        " agent"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b2c2a908b915fb17e3cca2bb8e991830e100810b436d960274d84bf51c60962",
                "md5": "f81c565c52ca74a5c4dc2696fcd9f9dc",
                "sha256": "bbbd069d60c5eb680f02878d8d7db55a7ae8142c41c3b45e78a482c9b3455360"
            },
            "downloads": -1,
            "filename": "dictatorgenai-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f81c565c52ca74a5c4dc2696fcd9f9dc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9",
            "size": 103624,
            "upload_time": "2025-02-18T23:44:32",
            "upload_time_iso_8601": "2025-02-18T23:44:32.301676Z",
            "url": "https://files.pythonhosted.org/packages/9b/2c/2a908b915fb17e3cca2bb8e991830e100810b436d960274d84bf51c60962/dictatorgenai-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d14fc1bdfc64c92f7dcf67f133ace8c59bfaa16fe7778728f805fa0f44da47c",
                "md5": "4a0bd4e48b7ac0a04b7e7ed13d4b0d64",
                "sha256": "6b880f92364876e739f413a756f502b16321f9ef9243086a2bb24bccdfc6706e"
            },
            "downloads": -1,
            "filename": "dictatorgenai-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4a0bd4e48b7ac0a04b7e7ed13d4b0d64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9",
            "size": 69799,
            "upload_time": "2025-02-18T23:44:34",
            "upload_time_iso_8601": "2025-02-18T23:44:34.170358Z",
            "url": "https://files.pythonhosted.org/packages/9d/14/fc1bdfc64c92f7dcf67f133ace8c59bfaa16fe7778728f805fa0f44da47c/dictatorgenai-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-18 23:44:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smartlawyer-ai",
    "github_project": "dictatorgen",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "lcname": "dictatorgenai"
}
        
Elapsed time: 0.41771s