stanley-ai


Namestanley-ai JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryAI agent framework with tool execution capabilities
upload_time2025-08-03 00:45:31
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.
            # Stanley

Stanley 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. Stanley 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 stanley-ai
```

or with uv:

```bash
uv add stanley-ai
```

## Usage

```python
from stanley import Agent, Tool

# Create and use your agent
agent = Agent(model="openai/gpt-4o-mini")
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "stanley-ai",
    "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/6d/50/f70f2c36f2c60449bd44046d99820bb37400d9edac0edfef717651f35230/stanley_ai-0.0.1.tar.gz",
    "platform": null,
    "description": "# Stanley\n\nStanley 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. Stanley 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 stanley-ai\n```\n\nor with uv:\n\n```bash\nuv add stanley-ai\n```\n\n## Usage\n\n```python\nfrom stanley import Agent, Tool\n\n# Create and use your agent\nagent = Agent(model=\"openai/gpt-4o-mini\")\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/stanley",
        "Issues": "https://github.com/amaarora/stanley/issues",
        "Repository": "https://github.com/amaarora/stanley"
    },
    "split_keywords": [
        "agent",
        " ai",
        " claude",
        " framework",
        " llm",
        " openai",
        " tool"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b0a5b19c3ab003a329a47eeaf982388012cbc71cee58ca9904696df70963ddd",
                "md5": "2e99622d69fcf438a59f0836ed99eb29",
                "sha256": "9b42160ec8710421757a1dd147d11ec994e8eaedec33348bb0cd95e9b4a31281"
            },
            "downloads": -1,
            "filename": "stanley_ai-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e99622d69fcf438a59f0836ed99eb29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 7757,
            "upload_time": "2025-08-03T00:45:29",
            "upload_time_iso_8601": "2025-08-03T00:45:29.998754Z",
            "url": "https://files.pythonhosted.org/packages/4b/0a/5b19c3ab003a329a47eeaf982388012cbc71cee58ca9904696df70963ddd/stanley_ai-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6d50f70f2c36f2c60449bd44046d99820bb37400d9edac0edfef717651f35230",
                "md5": "65c19cfd2d4227c607a2144906532ec7",
                "sha256": "d173c229cc1840e523ba3c23ea6fa5fb42cf1b35c1b73fdae537a10d920f7ba2"
            },
            "downloads": -1,
            "filename": "stanley_ai-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "65c19cfd2d4227c607a2144906532ec7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 16130,
            "upload_time": "2025-08-03T00:45:31",
            "upload_time_iso_8601": "2025-08-03T00:45:31.424796Z",
            "url": "https://files.pythonhosted.org/packages/6d/50/f70f2c36f2c60449bd44046d99820bb37400d9edac0edfef717651f35230/stanley_ai-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-03 00:45:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "amaarora",
    "github_project": "stanley",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "stanley-ai"
}
        
Elapsed time: 1.01954s