The autonomous, self-improving AI agent. Single Rust binary. Every channel. Install with: cargo install opencrabs
Columnar storage primitives (Column, ValidityMask) for pandas-parity dataframes — the storage layer behind fp-frame.
Differential conformance harness for frankenpandas against a live pandas oracle — packet fixtures + fuzz seed tests + live-oracle parity gates.
Expression evaluation / query parser for fp-frame DataFrames — pandas df.eval / df.query parity.
DataFrame and Series with pandas-API parity, AACE index alignment, and GroupBy / Rolling / Resample integration.
FrankenTUI terminal interface for interactive fp-frame / frankenpandas workflows.
GroupBy engine for fp-frame with dense-key / arena-backed / hash-map execution paths.
Flat and multi-level row index types (Index, MultiIndex) for pandas-parity dataframes.
IO layer for frankenpandas: CSV, JSON, JSONL, Parquet, ORC, HDF5, Excel, Feather, Arrow IPC, Pickle, Stata, SQL (SqlConnection with SQLite default backend).
Merge and join engine (AG-05 leapfrog triejoin) for fp-frame DataFrames — inner / left / right / outer joins with index alignment.
PyO3 Python bindings for FrankenPandas — import frankenpandas from Python
Runtime policies, evidence ledgers, and asupersync interop for the frankenpandas execution layer.