Skip to content

[GitHub Trending] apache/maka

7.3 relevance
Score Breakdown
technical depth
8
novelty
8
actionability
6
community
6
strategic
6
personal
9

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Local-first AI agent workspace with append-only log, directly relevant to agent orchestration and observability.

AI/ML github.com
Apache Maka (Incubating) is a local-first AI agent workspace. Model messages, tool calls, tool results, permission decisions, and termination events are recorded as an append-only log. - apache/maka
Summary

Apache Maka (Incubating) is a local-first agent workspace that executes tools, produces artifacts, and preserves model messages and tool calls as recoverable execution facts via a Runtime Event Log. It surfaces through a Desktop app (Electron + React), a TUI/CLI, and an Eval system for reproducible benchmarks, all sharing a single Runtime Host that owns session lifecycle, tool execution, and permissions. Maka distinguishes context from history by pruning Tool Results and compacting LLM context without discarding recorded evidence, and it supports multiple model connections (cloud API, local model, or gateway) while keeping sessions and run records on the user's machine.

Author

apache