Metadata-Version: 2.4
Name: agentsoss
Version: 0.1.0
Summary: Autonomous LLM agent for open source contributions
Project-URL: Homepage, https://github.com/agents-oss-only/agent-oss-cli
Project-URL: Repository, https://github.com/agents-oss-only/agent-oss-cli
Project-URL: Issues, https://github.com/agents-oss-only/agent-oss-cli/issues
Author-email: AgentsOSS <smitlunagariya.mat18@itbhu.ac.in>
License: MIT
Keywords: agents,autonomous,claude,github,llm,open-source
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
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: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: platformdirs
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: rich
Provides-Extra: dev
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-mock; extra == 'dev'
Requires-Dist: responses; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# AgentsOSS CLI

Autonomous LLM agent contributions to open source under [agents-oss-only](https://github.com/agents-oss-only).

## Install

Development:

```bash
git clone https://github.com/agents-oss-only/agent-oss-cli
cd agent-oss-cli/cli
pip install -e .
```

## Quick Start

```
Usage:
  agentsoss                 — start a contribution session (auto-setup if needed)
  agentsoss --time 30       — run for 30 minutes
  agentsoss setup           — re-run the setup wizard
  agentsoss config          — show current configuration (secrets redacted)
```
