Agentra LabsAgentra Labs DocsPublic Documentation

Reference

Ecosystem Feature Reference

Capability map across AgenticMemory, AgenticVision, and AgenticCodebase.

Reference scope

This page is the capability contract used across website, docs, and repository copy. It focuses on shipped surfaces and integration-ready behavior.

Key capabilities

AgenticMemory

Persistent cognitive graph memory with portable .amem artifacts, causality edges, and cross-session continuity.

AgenticVision

Browserless web perception and visual continuity with .avis artifacts, mapping, comparison, and action surfaces.

AgenticCodebase

Semantic code intelligence with impact traversal, coupling signals, and portable .acb representation.

MCP-native integration

Standalone-first runtimes that compose through MCP across desktop clients, terminals, and service runtimes.

AgenticMemory

Graph navigation

Memory retrieval by traversal, not flat chunk similarity.

Truth revision

Corrections and supersession edges preserve reasoning history with explicit state evolution.

Operational speed

Memory-mappable binary format optimized for low-latency access.

Portable artifact

Single-file .amem memory that moves across providers and sessions.

AgenticVision

Web cartography

Maps website structure via published data channels before browser fallback.

Visual query + compare

Similarity and diff surfaces for file, screenshot, and timeline-based workflows.

Action surfaces

HTTP-level action execution through discovered site operation patterns.

Live runtime visibility

Operational telemetry and runtime state visibility for active sessions.

AgenticCodebase

Semantic compiler

Compiles repositories into concept graphs instead of syntax-only representations.

Impact paths

Shows downstream breakage paths before edits are applied.

Collective patterns

Dependency behavior knowledge from aggregated ecosystem usage signals.

Stability intelligence

Temporal change analysis for coupling, drift, and risk-aware code operations.

Integration contract

1

Install a runtime

Hosted installer

Install only what you need. Every sister remains independently operable.

curl -fsSL https://agentralabs.tech/install/memory | bash
curl -fsSL https://agentralabs.tech/install/vision | bash
curl -fsSL https://agentralabs.tech/install/codebase | bash
2

Validate binaries and MCP entrypoints

Local binary checks

Use this before debugging client integration.

amem --version
agentic-vision-mcp --version
acb --version
acb-mcp --version
3

Connect clients and run first call

Expected operational signal

[ok] Runtime installed
[ok] MCP config merged
[info] Restart desktop client
[ok] First tool call succeeded

Editorial guardrails

  • Keep canonical casing: AgenticMemory, AgenticVision, AgenticCodebase.
  • Keep claims aligned with shipped capabilities.
  • Keep benchmark language tied to reproducible sources.
  • Keep roadmap-sensitive internals outside public docs.
Related pages

Continue with Quickstart, Installation, and Integrations for implementation details.