Metadata-Version: 2.4
Name: agent-environment
Version: 0.1.0
Summary: Environmental Abstraction for General Agent.
Project-URL: Repository, https://github.com/youware-labs/agent-environment
Author-email: youware <dev@youware.com>
License-File: LICENSE
Keywords: python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.10
Requires-Dist: anyio>=4.0.0
Requires-Dist: pathspec>=0.12.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: typing-extensions>=4.0.0
Description-Content-Type: text/markdown

# agent-environment

[![Release](https://img.shields.io/github/v/release/youware-labs/agent-environment)](https://img.shields.io/github/v/release/youware-labs/agent-environment)
[![Build status](https://img.shields.io/github/actions/workflow/status/youware-labs/agent-environment/main.yml?branch=main)](https://github.com/youware-labs/agent-environment/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/youware-labs/agent-environment/branch/main/graph/badge.svg)](https://codecov.io/gh/youware-labs/agent-environment)
[![Commit activity](https://img.shields.io/github/commit-activity/m/youware-labs/agent-environment)](https://img.shields.io/github/commit-activity/m/youware-labs/agent-environment)
[![License](https://img.shields.io/github/license/youware-labs/agent-environment)](https://img.shields.io/github/license/youware-labs/agent-environment)

Environmental Abstraction for the General Agent.
