stanlee


Namestanlee JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryAI agent framework with tool execution capabilities
upload_time2025-08-03 00:10:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords agent ai claude framework llm openai tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Stanlee

Stanlee is a simple collection of AI agents that are in use on a daily basis. These consist of financial assistants, news reporters, paper readers - and more! The library is meant to cover comprehensive use cases - from Claude Code SDK to multiple LLM providers. Stanlee also comes with a front end - also built from scratch. 

The backend consists of Python, for the wider support of libraries.

## Installation

```bash
pip install stanlee
```

or with uv:

```bash
uv add stanlee
```

## Usage

```python
from stanlee import Agent, Tool

# Create and use your agent
agent = Agent(name="MyAgent")
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "stanlee",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "agent, ai, claude, framework, llm, openai, tool",
    "author": null,
    "author_email": "Aman Arora <aman.arora0210@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/99/a8/5d766073297f19353e7b71fec73ddc6cfdc818bacb32b7c106ded88e4aad/stanlee-0.0.1.tar.gz",
    "platform": null,
    "description": "# Stanlee\n\nStanlee is a simple collection of AI agents that are in use on a daily basis. These consist of financial assistants, news reporters, paper readers - and more! The library is meant to cover comprehensive use cases - from Claude Code SDK to multiple LLM providers. Stanlee also comes with a front end - also built from scratch. \n\nThe backend consists of Python, for the wider support of libraries.\n\n## Installation\n\n```bash\npip install stanlee\n```\n\nor with uv:\n\n```bash\nuv add stanlee\n```\n\n## Usage\n\n```python\nfrom stanlee import Agent, Tool\n\n# Create and use your agent\nagent = Agent(name=\"MyAgent\")\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "AI agent framework with tool execution capabilities",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/amaarora/stanlee",
        "Issues": "https://github.com/amaarora/stanlee/issues",
        "Repository": "https://github.com/amaarora/stanlee"
    },
    "split_keywords": [
        "agent",
        " ai",
        " claude",
        " framework",
        " llm",
        " openai",
        " tool"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "424f1177619cb40af7352323b5c5168bbd7989dfb839e5c098e1d3740067b280",
                "md5": "44f2176ee08fc6e7a701b5eda75187e7",
                "sha256": "31141b5c5560c7b72b6b0f48499f3d03d27231f578eefe4b030d20e975b0f1a3"
            },
            "downloads": -1,
            "filename": "stanlee-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "44f2176ee08fc6e7a701b5eda75187e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 7711,
            "upload_time": "2025-08-03T00:10:47",
            "upload_time_iso_8601": "2025-08-03T00:10:47.373291Z",
            "url": "https://files.pythonhosted.org/packages/42/4f/1177619cb40af7352323b5c5168bbd7989dfb839e5c098e1d3740067b280/stanlee-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "99a85d766073297f19353e7b71fec73ddc6cfdc818bacb32b7c106ded88e4aad",
                "md5": "6702b8b9b43f8d32677aaa84ba58d79d",
                "sha256": "38f79d9440844a327e71ca37049ada156496aeff44af6cd27ac38bd98c83308b"
            },
            "downloads": -1,
            "filename": "stanlee-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6702b8b9b43f8d32677aaa84ba58d79d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 11357,
            "upload_time": "2025-08-03T00:10:48",
            "upload_time_iso_8601": "2025-08-03T00:10:48.809303Z",
            "url": "https://files.pythonhosted.org/packages/99/a8/5d766073297f19353e7b71fec73ddc6cfdc818bacb32b7c106ded88e4aad/stanlee-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-03 00:10:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "amaarora",
    "github_project": "stanlee",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "stanlee"
}
        
Elapsed time: 1.58836s