Metadata-Version: 2.4
Name: nest-shell
Version: 0.1.0
Summary: NEST shell: Tier 2 LLM-backed reference agent
Project-URL: Homepage, https://github.com/mariagorskikh/nest
Project-URL: Repository, https://github.com/mariagorskikh/nest
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: nest-core
Requires-Dist: nest-sdk
Requires-Dist: openai>=1.0
Provides-Extra: all
Requires-Dist: anthropic>=0.30; extra == 'all'
Requires-Dist: litellm>=1.0; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.30; extra == 'anthropic'
Provides-Extra: litellm
Requires-Dist: litellm>=1.0; extra == 'litellm'
Description-Content-Type: text/markdown

# nest-shell

NEST shell: Tier 2 LLM-backed reference agent

Part of [NEST](https://github.com/mariagorskikh/nest) (Network Environment for Swarm Testing), built at MIT Media Lab.

## Installation

```bash
pip install nest-shell
```

See the [main repository](https://github.com/mariagorskikh/nest) for full documentation.
