Metadata-Version: 2.1
Name: just-agents-tools
Version: 0.4.4
Summary: Just Agents - Tools Components
License: MIT
Author: Alex Karmazin
Author-email: karmazinalex@gmail.com
Maintainer: Anton Kulaga
Maintainer-email: antonkulaga@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: just-agents-core (>=0.4.3)
Requires-Dist: semanticscholar (>=0.8.4)
Requires-Dist: typer (>=0.13.0)
Description-Content-Type: text/markdown

# 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.

