Averon Technologies

Our products

Three products designed, built and owned by Averon Technologies: audit and governance tooling for AI agents, a CRM for vehicle dealerships, and a work-tracking platform for operations teams.

AI Agent Governance

AgentShield

Averon product

Know exactly what your AI agents did, and prove it.

AgentShield instruments AI agents and turns every tool call, model call, success and failure into a tamper-evident audit record, with risk classification, anomaly alerts, a human-approval trail and signed evidence packages.

The problem
AI agents increasingly read customer data, trigger financial operations and change production systems. When something goes wrong, or an auditor, customer or investor asks, most teams cannot reconstruct what an agent actually did, let alone prove the record has not been altered. Application logs were never designed to be evidence.
Built for
Engineering and platform teams running AI agents in production, particularly those already being asked how agent behaviour is overseen and audited.
  • Instrument any agent
  • Tamper-evident audit ledger
  • Risk classification & anomaly alerts
  • Human approval trail
  • Signed evidence packages
  • Session replay dashboard
View AgentShield Python SDK on PyPI
agent.py
from agentshield_control_plane import AgentShield

shield = AgentShield(api_key="ags_live_xxxx",
                     endpoint="http://localhost:8000")

with shield.session(agent="my-agent") as session:
    with session.tool_call("search", query="weather in SF"):
        ...  # your real tool-call code
    with session.llm_call("gpt-5", tokens=120):
        ...  # your real LLM call
  1. SDK
  2. Ingestion
  3. Risk classification
  4. Anomaly detection
  5. Hash-chained ledger
  6. Signed evidence
Real usage from the SDK quickstart, and the path every event takes through the platform.
Dealership CRM

Dealer CRM

Averon product · Deployed for Shiv Shakti Cars

Every broadcast becomes data. Every reply finds its way home.

Dealer CRM is Averon's multi-tenant CRM and WhatsApp campaign platform for vehicle dealerships, deployed for Shiv Shakti Cars. Sales executives broadcast as they always have; the system extracts the vehicle and intent, links each reply to the broadcast that prompted it, and records both as leads.

The problem
Dealership sales activity runs largely on WhatsApp. The channel works, but it keeps no usable record: broadcasts stay on individual phones, replies are scattered across chats, and renewals and follow-ups depend on memory.
Built for
Car dealerships: sales executives working from a phone between test drives, managers and owners running the business from a browser, and platform operators managing several dealerships.
  • Structured deals from free text
  • Reply correlation
  • Campaign approval workflow
  • Queue-driven delivery
  • Automated reminders
  • Multi-dealership platform
View Dealer CRM Release 1.0
Dealer CRM administration console: Members & Roles page listing dealership roles with their permission counts, beside navigation for customers, inventory, leads, opportunities, campaigns and automation
Dealer CRM mobile application: the Create broadcast screen with campaign name, audience, WhatsApp template and Send campaign button
The administration console for managers and owners, alongside the mobile application used by sales executives.
B2B SaaS · Work Management

Trackly

Averon product

Work tracking that shows what has stopped, and who is expected to act.

Trackly is a work-tracking platform for operations teams. Alongside boards, lists, calendars and reports, it records who promised what, who is waiting on whom and which work has no owner, and gives managers a short, ranked list of exactly those problems.

The problem
Most task boards show what work exists, not what has stalled. When a deadline moves, the old date is overwritten. When someone is blocked, it lives in a comment. Unassigned jobs go unnoticed until someone scrolls through every card. Managers find problems by hunting for them.
Built for
Operations-led teams coordinating many jobs at once across people and outside parties.
  • Needs attention
  • Commitments that keep their history
  • Waiting as a first-class record
  • Columns with fixed meanings
  • Evidence-grounded briefing
  • Web, mobile and full history
View Trackly Web and mobile applications built
Trackly web application board shown with demonstration data, with backlog, in progress, in review and done columns, priorities and due dates
The Trackly board, shown with demonstration data.

Discuss your project

Tell us what you need to build and we will talk through the scope and architecture before any code is written.

Discuss your project