Skip to main content

Context intelligence for Agentic Development — MCP server + setup CLI

Project description

Talon

Context intelligence for Agentic Development — graph-based code context for AI coding agents.

Supported Languages

Language Extensions Parser Features
Python .py Classes, decorators, raise/except, async
TypeScript .ts, .tsx Classes, interfaces, arrow functions, ES imports
JavaScript .js, .jsx, .mjs, .cjs Arrow functions, ES imports/exports, method chains, error paths
Go .go Structs, receiver methods, interfaces, panic/recover
Java .java Annotations, constructors, throws, inheritance, enums
Rust .rs Structs, traits, impl blocks, enums, panic!/? error paths
C# .cs Classes, interfaces, attributes, constructors, throw/catch
Kotlin .kt, .kts Data/sealed classes, companion objects, suspend functions
Ruby .rb Classes, modules, include/extend, singleton methods, rescue
PHP .php Classes, interfaces, traits, enums, namespace imports

All languages get full-depth parsing: classes/structs, functions/methods, imports, call edges, error flow edges, method chain resolution, and cross-module call edges.

Install

pip install talon

Quick start

# Authenticate with cogmeta.ai (opens browser, no copy/paste)
talon-setup auth login

# Generate .mcp.json for your project
talon-setup init --cloud

Then restart Claude Code — Talon is active.

After your first run

Once you've dispatched a job, your trust dashboard surfaces every piece of data Cogmeta holds about you — self-serve, no support ticket required:

  • app.cogmeta.ai/dispatch/trust.html — PII findings in your recent jobs (heuristic scanner; you confirm each redaction).
  • app.cogmeta.ai/dispatch/redaction.html — every redaction you've requested + the executed_at timestamp once the TombstoneSweeper actually erases the content.
  • app.cogmeta.ai/dispatch/retention.html — per-category TTL settings (jobs, conversations, messages). Data older than the TTL is auto-erased on the RetentionSweeper's hourly tick.
  • app.cogmeta.ai/dispatch/jobs.html — your dispatched jobs + cost. Banners surface jobs that will expire within 3 days so you can export before they vanish.
  • app.cogmeta.ai/dispatch/facts.html — Mechanism A memory facts. Every job you complete extracts up to 5 durable claims about your codebase (file paths, symbol names, error patterns, design decisions); future jobs in the same area get those facts injected into the agent's system prompt. View what's been learned, delete any of it; immediate erasure, no operator review.
  • app.cogmeta.ai/dispatch/facts-considered.html — what the ranker considered but didn't inject. Promote one to boost its confidence so it crosses the T1 floor next time; suppress one to delete it entirely. Every click tunes your ranker — the precision-feedback loop that compounds over time.
  • app.cogmeta.ai/audit-log.html — hash-chained audit trail (tamper-evident; verify locally with the chain's prev_hash links).

For machine-readable GDPR Art 15 export: POST /cloud/v1/dispatch/user/data/export returns the bundle inline. Schema is published at app.cogmeta.ai/dispatch/export-bundle/v1.0/ — pin schema_version and DPO automation evolves additively.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cogmeta_talon-0.7.99-py3-none-any.whl (181.9 kB view details)

Uploaded Python 3

File details

Details for the file cogmeta_talon-0.7.99-py3-none-any.whl.

File metadata

  • Download URL: cogmeta_talon-0.7.99-py3-none-any.whl
  • Upload date:
  • Size: 181.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for cogmeta_talon-0.7.99-py3-none-any.whl
Algorithm Hash digest
SHA256 da6952899502bb768de521baa116152d1806c465d68dfebbdf9622add972a1f9
MD5 7b4cf1ce41ddcd186cc0ba955aa39638
BLAKE2b-256 66a42292f467d7839507ca3fcac3c7db69a21c4e7e45b45c11391b55794f3f27

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page