Metadata-Version: 2.4
Name: nuagent
Version: 0.1.0
Summary: Toolkit for building agents on Nu.
Author-email: Gor Arakelyan <gorarkln@gmail.com>
Maintainer-email: Gor Arakelyan <gorarkln@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/nustackdev/nuagent
Project-URL: Documentation, https://github.com/nustackdev/nuagent#readme
Project-URL: Repository, https://github.com/nustackdev/nuagent
Project-URL: Issues, https://github.com/nustackdev/nuagent/issues
Project-URL: Changelog, https://github.com/nustackdev/nuagent/releases
Keywords: nustack,nu,python,agents,ai-agents,agentic,llm,tool-use,code-execution
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: nustack-py>=0.1.18
Provides-Extra: dev
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: pre-commit>=3.0.0; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-cov>=4.0.0; extra == "test"
Requires-Dist: pytest-xdist>=3.0.0; extra == "test"
Requires-Dist: pytest-timeout>=2.1.0; extra == "test"
Requires-Dist: pytest-benchmark>=4.0.0; extra == "test"
Requires-Dist: pytest-asyncio>=1.2.0; extra == "test"
Requires-Dist: hypothesis>=6.0.0; extra == "test"
Provides-Extra: all
Requires-Dist: nuagent[dev,test]; extra == "all"
Dynamic: license-file

<div align="center">
  <h1>nuagent</h1>
  <h3>Toolkit for building agents on <a href="https://github.com/nustackdev/nu">Nu</a></h3>

  [![Powered by Nu](https://img.shields.io/badge/powered%20by-Nu-5865F2)](https://github.com/nustackdev/nu)
  [![PyPI - Python Version](https://img.shields.io/badge/python-%3E%3D%203.10-blue)](https://pypi.org/project/nuagent/)
  [![PyPI Package](https://img.shields.io/pypi/v/nuagent?color=yellow)](https://pypi.org/project/nuagent/)
</div>

<br/>

The model outputs Nu, and Nu evaluates it.

## Installation

Requires Python 3.10+.

```bash
pip install nuagent
```

## Status

Early. The API is not settled yet.
