dictatorgenai


Namedictatorgenai JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/smartlawyer-ai/dictatorgen
SummaryAn agentic Python library for multi-agents collaboration
upload_time2024-12-30 21:09:57
maintainerNone
docs_urlNone
authorJérémie Lenoir
requires_python<4.0,>=3.11
licenseMIT
keywords framework ai python agentic agent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "framework, ai, python, agentic, agent",
    "author": "J\u00e9r\u00e9mie Lenoir",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/50/a8/72f46c255440a7135b724eb21b53f2b3329fa67545fb35cfed906aa0c5f0/dictatorgenai-0.1.0.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.0",
    "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": "c20b90ae0119e8f95173cc588a074b531a3be77fc64cf4dd3db3bfa6d8e6e9c5",
                "md5": "bd2fdbe49739d69a7d39b171b8c89ab7",
                "sha256": "a935819fd7f5b46e76ff418199c1b2192f4e1e83abf2c9b909bd9a2767bb084a"
            },
            "downloads": -1,
            "filename": "dictatorgenai-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bd2fdbe49739d69a7d39b171b8c89ab7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 86479,
            "upload_time": "2024-12-30T21:09:54",
            "upload_time_iso_8601": "2024-12-30T21:09:54.405986Z",
            "url": "https://files.pythonhosted.org/packages/c2/0b/90ae0119e8f95173cc588a074b531a3be77fc64cf4dd3db3bfa6d8e6e9c5/dictatorgenai-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50a872f46c255440a7135b724eb21b53f2b3329fa67545fb35cfed906aa0c5f0",
                "md5": "a43814c18a3b0f8b4bf23ea30413cdd2",
                "sha256": "dc696a165c41fc859cc1142a9740122ada26700f537482ab8bb27ec2e09844d1"
            },
            "downloads": -1,
            "filename": "dictatorgenai-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a43814c18a3b0f8b4bf23ea30413cdd2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 61375,
            "upload_time": "2024-12-30T21:09:57",
            "upload_time_iso_8601": "2024-12-30T21:09:57.214874Z",
            "url": "https://files.pythonhosted.org/packages/50/a8/72f46c255440a7135b724eb21b53f2b3329fa67545fb35cfed906aa0c5f0/dictatorgenai-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-30 21:09:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smartlawyer-ai",
    "github_project": "dictatorgen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "dictatorgenai"
}
        
Elapsed time: 2.81488s