Metadata-Version: 2.5
Name: pi-agent-cli-lc
Version: 0.2.0
Summary: Standard ACP agent over AgentHarness (no x.ai extensions)
Project-URL: Homepage, https://github.com/zy1233/pi-python
Project-URL: Repository, https://github.com/zy1233/pi-python
Project-URL: Issues, https://github.com/zy1233/pi-python/issues
Project-URL: Changelog, https://github.com/zy1233/pi-python/blob/main/CHANGELOG.md
Author-email: zy1233 <zy1233@users.noreply.github.com>
License-Expression: MIT
Keywords: acp,agent,ai,cli,coding-agent,llm
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: agent-client-protocol>=0.12.0
Requires-Dist: pi-agent-core-lc==0.2.0
Requires-Dist: pi-agent-harness-lc==0.2.0
Requires-Dist: pydantic>=2.0
Description-Content-Type: text/markdown

# pi-agent-cli-lc

Standard [Agent Client Protocol (ACP)](https://agentclientprotocol.com/) agent over `pi-agent-harness`.

- stdio entry: `python -m pi_agent_cli` (or console script `pi-agent-cli`)
- headless one-shot: `python -m pi_agent_cli -p "..."` 
- Config: `~/.pi-python/agent.toml` (see `agent.example.toml` in this directory)
- No `x.ai/*` vendor RPCs — core + harness + ACP only

Install:

```bash
pip install pi-agent-cli-lc
# needs a LangChain provider, e.g.:
pip install pi-agent-core-lc[deepseek]
```

See the [repository README](https://github.com/zy1233/pi-python#install) for development setup and Windows/WSL notes.
