cin


Namecin JSON
Version 1.0.3 PyPI version JSON
download
home_pageNone
SummaryA framework for creating autonomous agents with dynamic workflows.
upload_time2024-12-05 06:51:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords ai autonomous agents framework workflow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Collective Intelligence Network

Collective Intelligence Network (CIN) is an idea to create autonomous agents that have their dynamic workflows


## Framework Purpose & Vision

This framework was designed with three core principles in mind: simplicity, flexibility, and interoperability. My goal was to create a platform where autonomous agents can effectively tackle complex challenges either collabortively or individually, while meeting enterprise-grade requirements.

Built-in supported endpoints and models:

OpenAI https://api.openai.com/v1/chat/completions:

- "gpt-4o-2024-08-06" ✅


Anthropic "https://api.anthropic.com/v1/messages":

- "claude-3-5-sonnet-20241022" ✅

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "AI, autonomous agents, framework, workflow",
    "author": null,
    "author_email": "Christopher Buckley <cbuckley@bytelinktechnologies.com.au>",
    "download_url": "https://files.pythonhosted.org/packages/c4/48/9541b6dc0718a121713d642623a28f2b76e0b8c3fea7e2ac51c935ab1294/cin-1.0.3.tar.gz",
    "platform": null,
    "description": "# Collective Intelligence Network\n\nCollective Intelligence Network (CIN) is an idea to create autonomous agents that have their dynamic workflows\n\n\n## Framework Purpose & Vision\n\nThis framework was designed with three core principles in mind: simplicity, flexibility, and interoperability. My goal was to create a platform where autonomous agents can effectively tackle complex challenges either collabortively or individually, while meeting enterprise-grade requirements.\n\nBuilt-in supported endpoints and models:\n\nOpenAI https://api.openai.com/v1/chat/completions:\n\n- \"gpt-4o-2024-08-06\" \u2705\n\n\nAnthropic \"https://api.anthropic.com/v1/messages\":\n\n- \"claude-3-5-sonnet-20241022\" \u2705\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A framework for creating autonomous agents with dynamic workflows.",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/bytelinkbuckley/collective-intelligence-network",
        "Repository": "https://github.com/bytelinkbuckley/collective-intelligence-network"
    },
    "split_keywords": [
        "ai",
        " autonomous agents",
        " framework",
        " workflow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3d6fd03a8b37f76ee0c0e9ff3f261d2167d1e6350c137fb9306e0604b53ff0f",
                "md5": "eaf62c96ccf259aebcb63dad9b7fdb74",
                "sha256": "e65a0b8ed8d2e01975bddfbb44b221bc3f241cee49b1db054e2688137c2b7dd9"
            },
            "downloads": -1,
            "filename": "cin-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eaf62c96ccf259aebcb63dad9b7fdb74",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 13503,
            "upload_time": "2024-12-05T06:51:10",
            "upload_time_iso_8601": "2024-12-05T06:51:10.662809Z",
            "url": "https://files.pythonhosted.org/packages/a3/d6/fd03a8b37f76ee0c0e9ff3f261d2167d1e6350c137fb9306e0604b53ff0f/cin-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4489541b6dc0718a121713d642623a28f2b76e0b8c3fea7e2ac51c935ab1294",
                "md5": "e8f5a04d96734222b96937267d4717fa",
                "sha256": "316f509d1e9af3edcc842ee40fcd3ec70c5aa7aaf5cb8abf6075c6838bd6bc76"
            },
            "downloads": -1,
            "filename": "cin-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e8f5a04d96734222b96937267d4717fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 15025,
            "upload_time": "2024-12-05T06:51:12",
            "upload_time_iso_8601": "2024-12-05T06:51:12.105757Z",
            "url": "https://files.pythonhosted.org/packages/c4/48/9541b6dc0718a121713d642623a28f2b76e0b8c3fea7e2ac51c935ab1294/cin-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 06:51:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bytelinkbuckley",
    "github_project": "collective-intelligence-network",
    "github_not_found": true,
    "lcname": "cin"
}
        
Elapsed time: 0.37294s