Metadata-Version: 2.4
Name: codearkt
Version: 0.0.1
Summary: CodeAct implementation with Docker and MCP
Author-email: Ilya Gusev <phoenixilya@gmail.com>
Project-URL: Homepage, https://github.com/IlyaGusev/codearkt
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: academia-mcp>=0.0.7
Requires-Dist: docker>=7.1.0
Requires-Dist: dotenv>=0.9.9
Requires-Dist: fastmcp>=2.9.1
Requires-Dist: gradio==5.29.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: jinja2>=3.1.6
Requires-Dist: mcp==1.10.1
Requires-Dist: openai>=1.93.0
Requires-Dist: pillow>=11.3.0
Requires-Dist: pytest-asyncio>=1.0.0
Requires-Dist: types-docker>=7.1.0.20250523
Requires-Dist: types-pyyaml>=6.0.12.20250516
Requires-Dist: uvicorn>=0.34.3
Requires-Dist: wsproto>=1.2.0
Dynamic: license-file

# codearkt

## Install
```
uv venv
make install
```


## Setup
Window 1:
```
uv run python -m academia_mcp --port 5056
```

Window 2:
```
uv run python -m examples.multi_agent.run
```

Window 3:
```
uv run python -m codearkt.gradio
```
