Skip to content

Commit 9dc9cec

Browse files
Daniel Ari FriedmanDaniel Ari Friedman
authored andcommitted
add .aii sidecar — InstituteOS metadata (curated from repo data)
1 parent 4355881 commit 9dc9cec

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

.aii/config.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# AII sidecar — InstituteOS metadata. Schema: instituteos.platform.aii_sidecar
2+
meta:
3+
updated: '2026-06-30'
4+
repo:
5+
name: ActiveBlockference
6+
slug: activeblockference
7+
full_name: ActiveInferenceInstitute/ActiveBlockference
8+
description: '> **Active Inference agents in cadCAD** — discrete-state generative
9+
models for > grid-world, multi-agent, and graph-structured environments, expressed
10+
as > [cadCAD](https://github.com/cadCAD-org/cadCAD) /…'
11+
institute:
12+
category: research-software
13+
maturity: released
14+
steward: Active Inference Institute
15+
ecosystem:
16+
links:
17+
github: https://github.com/ActiveInferenceInstitute/ActiveBlockference
18+
website: https://www.activeinference.org
19+
artifacts:
20+
- path: README.md
21+
kind: doc
22+
description: Repository overview.
23+
- path: pyproject.toml
24+
kind: code
25+
description: Python package config.
26+
- path: LICENSE
27+
kind: doc
28+
description: License.
29+
provenance:
30+
license: MIT
31+
instituteos:
32+
tags:
33+
- active
34+
- active-inference
35+
- cadcad
36+
- inference
37+
- simulation
38+
- jupyter notebook
39+
capabilities:
40+
- python-package
41+
- tested
42+
- documentation
43+
- notebooks
44+
- dataset
45+
tasks:
46+
test:
47+
cmd: python -m pytest
48+
description: Run the test suite.

0 commit comments

Comments
 (0)