tma1
Enrichment pendingLocal-first observability your agent reads back. TMA1 records every LLM call, then routes what it sees into the agent's next turn via hooks and MCP.
GraphCanon updated today · GitHub synced today
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (3d since push)
- As of today
- Provenance
- Not a fork · Organization account
- As of today
- Security (OSV)
- No MCP manifest
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
go get github.com/tma1-ai/tma1 pkg.go.devSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Local-first observability your agent reads back. TMA1 records every LLM call, then routes what it sees into the agent's next turn via hooks and MCP.
Capability facts
- Languages
- go
Source: github.language · Jul 15, 2026
Categories
Tags
README
Install
macOS / Linux:
curl -fsSL https://tma1.ai/install.sh | bash
Windows PowerShell:
irm https://tma1.ai/install.ps1 | iex
Start the server:
tma1-server
Open the dashboard:
open http://localhost:14318
On first start, TMA1 writes a GreptimeDB config into ~/.tma1/config/,
downloads the GreptimeDB binary if needed, starts it as a child process, and
serves the dashboard from the same tma1-server process.
For agents
This page has a .md twin and JSON over the API.