Metadata-Version: 2.4
Name: bp-agent
Version: 0.2.0
Summary: Minimal task execution agent framework
Author: tunapro1234
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/tunapro1234/base-agent
Project-URL: Repository, https://github.com/tunapro1234/base-agent
Keywords: agent,llm,automation,task
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Dynamic: license-file

# base-agent

Minimal task execution agent framework.

## Install

```bash
pip install base-agent
```

## Usage

```bash
# Set API key
export GEMINI_API_KEY=your_key

# Run TUI
base-agent
```

## Commands

- Type instruction directly to add task
- `run` - execute next task
- `runall` - execute all pending
- `show` - show last output
- `clear` - remove completed tasks
- `quit` - exit

## License

GPL-3.0
