← back to blueprints
cross-vertical · ops

aminobots assist

codename · standalone product

Customer ops across every channel

Multi-channel ops agent across WhatsApp · voice · web · email · slack. Identifier · Support · Expert · HIL routing. T0 rules pre-filter strips half the traffic before any LLM call.

410ms p95$0.02 per query89 clear live · v2.4
architecture
Architecture diagram renders here · click any layer for details. For the live mockup we keep this lightweight — the rendered detail page in production has the full SVG with click-through.
.blueprint.yaml
# Aminobots Assist · live · v2.4
agents:
  - identifier:  distilbert_router
  - responder:   domain_agent_v2
  - escalation:  human_handoff
llm_routing:
  tier1:  deepseek_flash   # 80%
  tier2:  qwen_3_6         # 15%
  tier3:  claude_sonnet   # 5%
safety_gates:
  limbic_veto:  enabled
  pii_filter:   strict
  audit_trail:  all_stages
deploy_target:  aws_bedrock_agentcore
call the api · python
from aminobots import Blueprint

bp = Blueprint.load("assist")
session = bp.run(
  message="...",
  user_id="demo_user_001"
)
print(session.reply)
print(session.trace)  # audit + routing
try in browser
[ready] sandbox warming up · response in ~400ms once you submit
< 1s p95 $0.02 of $25.00 pii redacted
deploy to your cloud
aws cdk at mvp · azure + gcp in phase 2
clear scorecard
evaluated against production traffic · anonymised
C
89
L
91
E
87
A
93
R
90
source
· deployed as TRACE @ GyanDhan · 1,559 partner groups live
· pairs with NehishAssist (Agentic Support) on the bfsi side
· license · commercial · aminobots blueprint license