Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A developer experience centered on CUE. Unifies schemas, data models, deterministic and agentic code generation, workflow and task engine, dagger powered environments, coding assistant, and vscode extension; woven together on the CUE lattice. Squint harder if you can't see the cube :]
| Date | Stars |
|---|---|
| 2026-07-31 | 612 |
| 2026-08-04 | 612 |
| 2026-08-06 | 612 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# hof - the higher order framework A tool that unifies data models, schemas, code generation, and a task engine. __`hof` is a CLI tool you *add* to your workflow.__ - Foundation in CUE - Deterministic and Agentic code generation - Data models that can evolve and be input to code generation - Task engine based on cue/flow - Agent servers and VS Code extension | Core Features | | |:--- |:-- | | __code generation__ | Data + templates = _ (anything), technology agnostic | | __data modeling__ | Define, checkpoint, and diff data models | | __task engine__ | Extensible task and DAG workflow engine | | __CUE cmds__ | Core def, eval, export, and vet commands | | __creators__ | bootstraping and starter kits from any repo | | __modules__ | CUE module dependency management | | __tui__ | A terminal interface to Hof and CUE | | __chat__ | Combine LLM and Hof code gen for better, scalable results | <br> `hof` uses [CUE](https://cuelang.org) to power the DX and implementation. We believe CUE is a great language for specifying schemas, configuration, and generally for writing anything declarative or this is a source of truth. It has good theory and comes from the same people that brought us containers, Go, and Kubernetes. <!-- something about osurce of thuth, unified abstraction later, interoperablility... --> Learn more about CUE: [cuelang.org](https://cuelang.org) | [cuetorials.com](https://cuetorials.com) ## Documentation Please see __[docs.hofstadter.io](https://docs.hofstadter.io)__ to learn more. The [getting-started](https://docs.hofstadter.io/getting-started/) section will take you on a tour of hof. The [the-walkthrough](https://docs.hofstadter.io/the-walkthrough/) section shows you how to build and use a generator. Join us or ask questions on - Discord (preferred): https://discord.com/invite/BXwX7n6B8w - Slack: [https://hofstadter-io.slack.com](https://join.slack.com/t/hofstadter-io/shared_invite/zt-e5f90lmq-u695eJur0zE~AG~njNlT1A) We also use GitHub issues and discussions. Use which every is easiest for you! ## Installation You can find [the latest downloads on our GitHub releases page](https://github.com/hofstadter.io/hof/releases). This is the preferred method. If you already have hof, install a specific version with `hof update --version vX.Y.Z`. ```shell # Homebrew brew install hofstadter-io/tap/hof # Shell Completions (bash, zsh, fish, power-shell) echo ". <(hof completion bash)" >> $HOME/.profile source $HOME/.profile # Show the help text or version info to verify installation hof --help hof version ``` ## Project Structure A brief overview of the project structure: - `ci/`: Continuous integration scripts. - `cmd/hof/`: The main entrypoint for the `hof` CLI. - `docs/`: The source code for the documentation website. - `flow/`: The source for `hof flow` and the task engine. - `lib/`: Core logic for `hof`'s various subcommands. - `test/`: Testscripts and testdata for `hof`'s subcommands. ## Development To build the `hof` binary: ``` make build ``` To run the test suite: ``` make test ``` To run the docs website locally: ``` make docs-serve ``` ## Contributing & Community We are happy to accept contributions and have a growing community. The best ways to get started are 1. [Joining our Discord](https://discord.com/invite/BXwX7n6B8w) 2. Reading [The Contributing Guild](https://docs.hofstadter.io/contributing/) 3. Finding an issue to work on. We are happy to guide you. 4. Improving the documentation. When you are ready to contribute, please fork the repo and submit a pull request. We use a standard PR and review process. We also have a number of labels to help organize issues and PRs. ## Interfaces There are two interfaces to `hof` 1. a CLI - great for scripting and automation 2. a TUI - great for exploring and designing ### cli ``` hof - the higher order framework Learn more at https://docs.hofstadter.io Usage: hof [flags] [command] [args] Main commands: chat
Excerpt of 6,580 characters
Read on GitHub1.2k
10
7
2
2
1
1
1
Rui Chen · @justworkshr · United States
1
Sandro · @NixOS, @sapcc, @c3d2 · Germany
1
Aman Karmani · United States
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9df44520415e40c0, topic:agents, desc:agentic
matched fp:9df44520415e40c0, desc:coding assistant, desc:code generation, desc:vscode extension