just-agents-tools


Namejust-agents-tools JSON
Version 0.4.3 PyPI version JSON
download
home_pageNone
SummaryJust Agents - Tools Components
upload_time2024-12-07 23:38:59
maintainerAnton Kulaga
docs_urlNone
authorAlex Karmazin
requires_python<4.0,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # just-agents-tools

Part of [just-agents](https://github.com/longevity-genie/just-agents) - a lightweight, straightforward library for LLM agents that focuses on simplicity over unnecessary abstractions. While other libraries often over-engineer LLM interactions, just-agents keeps things simple and transparent, treating LLM interactions primarily as string operations with clear templating.

## Overview

The tools subpackage aims to provide useful, commonly needed functionalities that can be easily integrated with just-agents, while maintaining:
- 🎯 Simplicity first - no over-engineering
- 📝 Clear, readable implementations
- 🔧 Easy integration with just-agents
- 🚫 No unnecessary abstractions or dependencies

## Status

🚧 This subpackage is currently under development. Tools will be added based on common use cases and community needs.

## Contributing

If you have ideas for useful tools that could benefit the just-agents ecosystem, feel free to contribute! Remember to keep implementations simple and focused.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "just-agents-tools",
    "maintainer": "Anton Kulaga",
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": "antonkulaga@gmail.com",
    "keywords": null,
    "author": "Alex Karmazin",
    "author_email": "karmazinalex@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1a/36/dbec037e361e0a2d30cabdf5112773560bcadf8b1896b5a4bac0d92fe051/just_agents_tools-0.4.3.tar.gz",
    "platform": null,
    "description": "# just-agents-tools\n\nPart of [just-agents](https://github.com/longevity-genie/just-agents) - a lightweight, straightforward library for LLM agents that focuses on simplicity over unnecessary abstractions. While other libraries often over-engineer LLM interactions, just-agents keeps things simple and transparent, treating LLM interactions primarily as string operations with clear templating.\n\n## Overview\n\nThe tools subpackage aims to provide useful, commonly needed functionalities that can be easily integrated with just-agents, while maintaining:\n- \ud83c\udfaf Simplicity first - no over-engineering\n- \ud83d\udcdd Clear, readable implementations\n- \ud83d\udd27 Easy integration with just-agents\n- \ud83d\udeab No unnecessary abstractions or dependencies\n\n## Status\n\n\ud83d\udea7 This subpackage is currently under development. Tools will be added based on common use cases and community needs.\n\n## Contributing\n\nIf you have ideas for useful tools that could benefit the just-agents ecosystem, feel free to contribute! Remember to keep implementations simple and focused.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Just Agents - Tools Components",
    "version": "0.4.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c0b78e1d50b3ffc689ed7924cb3a3be1e6f69b683d289b30fbdc770123498b4",
                "md5": "e193d46409293116bd602883b6ec3d31",
                "sha256": "45b4af3a81b8e20832e864cdc50c37e853f8c3fc1f6220b515a12905f730bdd7"
            },
            "downloads": -1,
            "filename": "just_agents_tools-0.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e193d46409293116bd602883b6ec3d31",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 4753,
            "upload_time": "2024-12-07T23:38:58",
            "upload_time_iso_8601": "2024-12-07T23:38:58.100051Z",
            "url": "https://files.pythonhosted.org/packages/3c/0b/78e1d50b3ffc689ed7924cb3a3be1e6f69b683d289b30fbdc770123498b4/just_agents_tools-0.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a36dbec037e361e0a2d30cabdf5112773560bcadf8b1896b5a4bac0d92fe051",
                "md5": "76998484ff1b1a1edfd70224fbc79c19",
                "sha256": "922533145daafefa0b3b48dabf0e510f017b55badd05bcfe6611daab3f3040ef"
            },
            "downloads": -1,
            "filename": "just_agents_tools-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "76998484ff1b1a1edfd70224fbc79c19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 4100,
            "upload_time": "2024-12-07T23:38:59",
            "upload_time_iso_8601": "2024-12-07T23:38:59.064213Z",
            "url": "https://files.pythonhosted.org/packages/1a/36/dbec037e361e0a2d30cabdf5112773560bcadf8b1896b5a4bac0d92fe051/just_agents_tools-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-07 23:38:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "just-agents-tools"
}
        
Elapsed time: 0.45129s