Metadata-Version: 2.4
Name: nanoharness
Version: 0.0.0
Summary: A minimal, didactic agent harness in pure Python. Placeholder release; real code coming soon.
Author-email: Akshay Pachaar <arsingh1131@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Avi Chawla
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/AviChawla/nanoharness
Project-URL: Repository, https://github.com/AviChawla/nanoharness
Project-URL: Issues, https://github.com/AviChawla/nanoharness/issues
Keywords: agents,llm,ai,harness,tool-use,mcp
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Dynamic: license-file

# nanoharness

A minimal, didactic agent harness in pure Python.

**Status: placeholder release.** The real implementation is in progress. This v0.0.0 exists to reserve the package name on PyPI.

## What is this

`nanoharness` will be a tiny, readable agent harness that fits in a few thousand lines of pure standard-library Python. It is designed to be read end-to-end in an afternoon, modified without fighting a framework, and used as a starting point for anyone building their own agent infrastructure.

Planned scope for v0.1:

- A simple agent loop with tool use.
- A small toolkit (bash, file read/write/edit, search, web fetch).
- Memory system (AGENTS.md discovery, persistent MEMORY.md, session resume).
- Subagent delegation.
- Observability (git diffs, error logs, file state).
- MCP client for external tool integration.
- CLI and Python SDK.

Follow along at https://www.dailydoseofds.com.

## License

MIT.
