Skip to content

Repository files navigation

JARVIS Kernel

Stable Kernel Architecture: orchestration, policy, execution, lifecycle, recovery, observability, context, and memory coordination.

Development

Create a virtual environment

python3 -m venv .venv
source .venv/bin/activate

Install dependencies

python -m pip install -r requirements.txt

Run tests

python -m pytest

Run ruff

python -m ruff check .

Run coverage

python -m pytest --cov=kernel

Run formatting

python -m ruff format .

Run mypy (optional)

python -m mypy kernel

Note: mypy is installed and runs, but the codebase is not type-clean at the stable baseline; the command is provided for convenience only.

About

An execution kernel for AI systems featuring agent orchestration, capability routing, memory coordination, policy enforcement, workflow execution, and runtime management.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages