Skip to content
View cote-star's full-sized avatar
🏭
🏭

Block or report cote-star

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cote-star/README.md

Amit Prusty

I build production-grade agentic AI systems — evidence-backed, measurable, and trusted in enterprise workflows.

LinkedIn Substack GitHub followers

Projects

Agent Chorus

CI Version License Stars

Let your AI agents talk about each other.

Local-first CLI for evidence-backed cross-agent coordination across Codex, Claude, Gemini, and Cursor. One agent reads another's session with citations and structured evidence — no orchestrator required.

  • Dual implementation: Node.js + Rust with identical conformance tests
  • Session reads, diffing, comparisons, agent-to-agent messaging, secret redaction
  • Context Pack: 5-doc agent-first repo briefing that eliminates cold-start re-reads
  • Zero npm prod dependencies, works offline, nothing leaves your machine

Before/after workflow

Handoff demo

agent-chorus CrewAI / AutoGen ccswarm / claude-squad
Approach Read-only evidence layer Full orchestration framework Parallel agent spawning
Agents Codex, Claude, Gemini, Cursor Provider-specific Usually Claude-only
Dependencies Zero npm prod deps Heavy Python/TS stack Moderate
Cold-start solution Context Pack None None

Repo: cote-star/agent-chorus

latchkeyd

CI Version License Stars

Choose the trust posture before a local tool gets credential-backed access.

macOS-first local trust broker for agent-mediated tool execution. Secrets stay local, wrappers and binaries are trust-pinned, and you choose the trust mode per task.

  • Three shipped modes: handoff (env injection), oneshot (bounded run), brokered (per-operation request)
  • Swift 6.0, macOS Keychain-backed, JSONL audit trail with enforced preflight
  • Fail-closed on drift, hijack, or bypass — defense in depth, not "secure agents solved"

Trust modes

Execution modes

Repo: cote-star/latchkeyd

What I Focus On

  • Production multi-agent systems and coordination reliability
  • LLM/VLM engineering with research-to-production translation
  • Fine-tuning, structured generation, and inference optimization
  • LLMOps, evaluation, and governance for enterprise deployment
  • Local-first agent security and trust infrastructure

Writing

Practical field notes on enterprise AI reliability and agent systems:

More at Confessions of a Thoughtful Engineer

Engineering Principles

  • Evidence over assumptions
  • Reliability over demo polish
  • Measurable outcomes over vague AI claims
  • Simplicity first; orchestration only when needed

Connect

Pinned Loading

  1. agent-chorus agent-chorus Public

    Local-first CLI to read, compare, and coordinate across Codex, Claude, Gemini, and Cursor agent sessions. Evidence-based, privacy-focused, zero npm dependencies.

    Rust 6

  2. cote-star cote-star Public

    Profile repository for Amit Prusty: agentic AI engineering, multi-agent systems, and open-source builds.

  3. latchkeyd latchkeyd Public

    macOS local trust broker for agent-mediated tool execution with explicit trust modes, trust-pinned wrappers, and fail-closed credential handoff.

    Swift