Metadata-Version: 2.4
Name: chialoops
Version: 1.0.1
Summary: The Chia agentic AI flow for hardware
Author: UC Berkeley Architecture Research
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/ucb-bar/chia
Project-URL: Documentation, https://docs.chialoops.ai
Project-URL: Repository, https://github.com/ucb-bar/chia
Project-URL: Issues, https://github.com/ucb-bar/chia/issues
Keywords: hardware,co-design,chipyard,agents,ray
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-genai>=1.64.0
Requires-Dist: ray[default]==2.54.0
Requires-Dist: mcp==1.27.1
Requires-Dist: pydantic==2.12.4
Requires-Dist: fastapi==0.121.0
Requires-Dist: pyyaml==6.0.3
Requires-Dist: graphviz==0.21
Requires-Dist: boto3>=1.28.0
Requires-Dist: google-cloud-compute>=1.19.0
Requires-Dist: requests>=2.31.0
Provides-Extra: test
Requires-Dist: pytest==9.0.3; extra == "test"
Provides-Extra: tensorboard
Requires-Dist: tensorboardX>=2.6; extra == "tensorboard"
Requires-Dist: tensorboard>=2.14; extra == "tensorboard"
Provides-Extra: wandb
Requires-Dist: wandb>=0.15; extra == "wandb"
Provides-Extra: metrics
Requires-Dist: tensorboardX>=2.6; extra == "metrics"
Requires-Dist: wandb>=0.15; extra == "metrics"
Provides-Extra: postgres
Requires-Dist: psycopg[binary]>=3.2; extra == "postgres"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinx-tabs; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-substitution-extensions; extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Dynamic: license-file

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="docs/_static/chia-logo-inv.png">
    <img alt="CHIA" src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/chia-logo.png" width="420"/>
  </picture>
</p>

<h3 align="center">CHIA: An open-source framework for principled, agentic AI-driven hardware/software co-design research</h3>

<p align="center">
  <a href="https://docs.chialoops.ai"><b>Documentation</b></a> &nbsp;•&nbsp;
  <a href="https://openreview.net/pdf?id=lLxEUReWHG"><b>Paper</b></a> &nbsp;•&nbsp;
  <a href="https://chialoops.ai"><b>Website</b></a>
</p>

---

## What is CHIA?

CHIA is an open-source framework for agile and principled hardware/software co-design research. Even though many of the steps of the hardware/software co-design process can be accelerated by AI, existing research using AI in these contexts has been limited to small studies on isolated examples because it is still too hard to assemble more complex experiments. CHIA solves this problem by enabling users to express the whole co-design **workflow** in an agile way with all of the tools you already use. CHIA abstracts workflows as graphs, and provides an efficient, feature rich runtime system to execute these workflows.

See the [documentation](https://docs.chialoops.ai/en/latest/getting-started/quickstart.html) to run your first flow!

## Installation

CHIA requires **Python 3.10.19** (matching the Python in the Docker images). With conda:

```bash
conda create -n chia_env python=3.10.19
conda activate chia_env
pip install -e /path/to/chia
```

## Learn more about CHIA

- **[CHIA Basics](https://docs.chialoops.ai/en/latest/getting-started/chia-basics.html)** — the core ideas, start here.
- **[Architecture Overview](https://docs.chialoops.ai/en/latest/concepts/overview.html)** — how CHIA works under the hood.

User guides:

- [ChiaFunction](https://docs.chialoops.ai/en/latest/user_guides/chia_function.html)
- [ChiaTool](https://docs.chialoops.ai/en/latest/user_guides/chia_tool.html)
- [Cluster Configuration Reference](https://docs.chialoops.ai/en/latest/user_guides/cluster_config_reference.html)
- [Building a CHIA-compatible Docker image](https://docs.chialoops.ai/en/latest/user_guides/docker_images.html)
- [Caching and Bypass](https://docs.chialoops.ai/en/latest/user_guides/caching_and_bypass.html)
- [Profiling](https://docs.chialoops.ai/en/latest/user_guides/profiling.html)

## Overview of CHIA and Early Case Studies

<p align="center">
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/overviewfig.png" alt="CHIA overview" width="820"/>
</p>

## Integrations & Ecosystem

CHIA workflows compose the tools you already use across the hardware/software co-design stack:

<p align="center">
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/claude-code.svg" alt="Claude Code" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/openai-codex.svg" alt="OpenAI Codex" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/github-copilot.svg" alt="GitHub Copilot" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/google-antigravity.svg" alt="Google Antigravity" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/alphaevolve.svg" alt="AlphaEvolve" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/openevolve.png" alt="OpenEvolve" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/adaevolve.svg" alt="AdaEvolve" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/skydiscover.png" alt="SkyDiscover" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/chisel.svg" alt="Chisel" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/chipyard.svg" alt="Chipyard" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/circt.svg" alt="CIRCT" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/hammer.png" alt="Hammer" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/gem5.png" alt="gem5" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/firesim.png" alt="FireSim" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/verilator.png" alt="Verilator" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/spike.svg" alt="Spike" height="40"/> &nbsp;&nbsp;
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/champsim.svg" alt="ChampSim" height="40"/> &nbsp;&nbsp;
</p>

<p align="center">
  Powered by Ray:
</p>

<p align="center">
  <img src="https://raw.githubusercontent.com/ucb-bar/chia/main/docs/_static/project-logos/ray.png" alt="Ray" height="40"/>
</p>

## Attribution

If you use CHIA in your research, please cite our paper:

```bibtex
@misc{cui2026chiaopensourceframeworkprincipled,
      title={CHIA: An open-source framework for principled, agentic AI-driven hardware/software co-design research}, 
      author={Angela Cui and Ferran Hermida-Rivera and Jack Toubes and Raghav Gupta and Jim Fang and Chengyi Lux Zhang and Ella Schwarz and Junha Kim and Yakun Sophia Shao and Borivoje Nikolic and Christopher W. Fletcher and Sagar Karandikar},
      year={2026},
      eprint={2606.27350},
      archivePrefix={arXiv},
      primaryClass={cs.AR},
      url={https://arxiv.org/abs/2606.27350}, 
}
```
