Metadata-Version: 2.4
Name: fluximp-agent
Version: 0.1.2
Summary: FluxImp Agent: an AI agent harness for coding and web research
Author-email: Josh Heitzman <joshheitzman@hotmail.com>
License-Expression: MPL-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: fluximp-protocol==0.1.2
Requires-Dist: fluximp-agent-sdk==0.1.2
Requires-Dist: langgraph==1.1.10
Requires-Dist: langchain-openai==1.2.1
Requires-Dist: openai==2.33.0
Requires-Dist: keyring==25.7.0
Requires-Dist: python-ripgrep==0.0.9
Requires-Dist: rapidfuzz==3.14.3
Requires-Dist: langgraph-checkpoint-sqlite==3.0.3
Requires-Dist: tavily-python==0.7.26
Requires-Dist: exa_py==2.16.0
Requires-Dist: linkup-sdk==0.18.3
Requires-Dist: parallel-web==1.1.0
Requires-Dist: perplexityai==0.40.0
Requires-Dist: langchain-core==1.3.2
Requires-Dist: httpx==0.28.1
Requires-Dist: numpy==2.2.6
Requires-Dist: typing_extensions==4.15.0
Requires-Dist: regex<=2026.4.4,>=2026.2.28
Dynamic: license-file

# fluximp-agent

The FluxImp Agent is an AI agent harness for coding and web research.  This package does not provide any UI and it is not recommended to install this package on its own.

The `fluximp-wxwidgets` package provides a desktop GUI for multiple agent workflows and intalling `fluximp-wxwidgets` will install this `fluximp-agent` package.

## Install

```console
python -m pip install fluximp-agent
```

## License

MPL-2.0 — see [LICENSE](http://mozilla.org/MPL/2.0/).
