just-agents-tools


Namejust-agents-tools JSON
Version 0.6.2 PyPI version JSON
download
home_pageNone
SummaryJust Agents - Tools Components
upload_time2025-03-01 20:14:46
maintainerAnton Kulaga
docs_urlNone
authorAlex Karmazin
requires_python<3.15,>=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": "<3.15,>=3.10",
    "maintainer_email": "antonkulaga@gmail.com",
    "keywords": null,
    "author": "Alex Karmazin",
    "author_email": "karmazinalex@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/db/96/892d8022804827670ecd70a86cf7b42cac9d7042bc00cbe5c3e804218e00/just_agents_tools-0.6.2.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.6.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "370b411e1c92aa6c0177d9e68e2503b85ea73cf143fa6981abb1c27754a11ec9",
                "md5": "1e1341e6cada4ecbb7f18eb105b3198a",
                "sha256": "30568de78d72c683946035bdcf9d40d3f4b5a6361e2788ea21bc1f793f269287"
            },
            "downloads": -1,
            "filename": "just_agents_tools-0.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1e1341e6cada4ecbb7f18eb105b3198a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.15,>=3.10",
            "size": 11272,
            "upload_time": "2025-03-01T20:14:44",
            "upload_time_iso_8601": "2025-03-01T20:14:44.979751Z",
            "url": "https://files.pythonhosted.org/packages/37/0b/411e1c92aa6c0177d9e68e2503b85ea73cf143fa6981abb1c27754a11ec9/just_agents_tools-0.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db96892d8022804827670ecd70a86cf7b42cac9d7042bc00cbe5c3e804218e00",
                "md5": "e8f083eea708ff150384cd87b7fc0f7f",
                "sha256": "fe88823573564a4eaebf600b77a15b0bf8f6b890bcd90143cbc8c92b052c722d"
            },
            "downloads": -1,
            "filename": "just_agents_tools-0.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e8f083eea708ff150384cd87b7fc0f7f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.15,>=3.10",
            "size": 8599,
            "upload_time": "2025-03-01T20:14:46",
            "upload_time_iso_8601": "2025-03-01T20:14:46.738644Z",
            "url": "https://files.pythonhosted.org/packages/db/96/892d8022804827670ecd70a86cf7b42cac9d7042bc00cbe5c3e804218e00/just_agents_tools-0.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-01 20:14:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "just-agents-tools"
}
        
Elapsed time: 1.40204s