Platform and products

Platform documentation

Eight integrated capability layers, the Autonomous Agent, knowledge base, Hub, voice, vision, code, dialogue, observability and workspace management.

Updated: September 2026

A · Orchestration & Execution Intelligence

The engine layer. Runs complex work end-to-end; routes requests intelligently and keeps multi-step processes stable even when dependencies fail. Every run is stateful: steps, intermediate results and decisions are recorded.

  • Supervisor → sub-agent → supervisor architecture
  • Dynamic agent routing
  • Stateful multi-step execution; parallel branches and loops
  • Agent-to-agent communication (A2A)
  • Scheduled and webhook triggers
  • Agent templates and the visual agent builder
  • Autonomous Agent: build agents by dialogue with test corpora

B · AI / Model Orchestration

Brain selection and resilience. Uses the right model for each task; reduces vendor lock-in and keeps operations running when a provider is unavailable. Switching models does not require redesigning the agent.

  • Multi-model gateway: proprietary and open-source models behind one interface
  • Model proxy: observable, masked access to cloud models with your own keys
  • Model switching without redesign
  • Fallback model strategy
  • On-prem serving for open-source models
  • Prompt testing environment and versioning
  • Hub Aginies: enterprise fine-tuned models (c5, g5, g4, oss) and speech models

C · Knowledge & Retrieval

Enterprise memory. Turns fragmented enterprise information into governed, searchable, trustworthy knowledge; answers link back to sources. Chunk-level control makes RAG quality directly manageable.

  • Document embedding pipeline
  • Versioned knowledge base management
  • Tag-based document segmentation
  • Hybrid search and multi-source RAG
  • Chunk-level inspection and editing
  • Hallucination-reduction architecture
  • Source, tag and access-policy management

D · Governance, Risk & Compliance

The control layer. Makes AI auditable, safe and fit for regulated environments; every decision is traceable. Governance is not bolted on; it is part of the architecture.

  • Guardrails and policy engine
  • Human-in-the-loop checkpoints: threshold and approver based
  • Agent decision traceability
  • Sensitive data masking and PII redaction
  • Masking and anonymisation of all requests
  • Full input/output logging and audit trail
  • Kill-switch and automation limits

E · Observability & Optimisation

Performance management. Provides visibility into accuracy, speed, cost and health; produces the data for continuous improvement. Every run is recorded step by step.

  • Per-run traces and timelines
  • Latency and token tracking
  • Cost attribution by scenario, unit and channel
  • Usage and cost per model; platform health
  • Routing accuracy measurement
  • Dashboard and analytics layer
  • Live logs, conversation records, per-agent success heatmap

F · Integration & Connectivity

Enterprise reach. Connects to enterprise systems and customer channels without rebuilding the existing technology landscape. Each tool carries its own invocation policy.

  • REST API and database integrations
  • Model Context Protocol (MCP) servers
  • Custom tool definitions and invocation policies
  • Native connectors: email, calendar, files, collaboration tools
  • Web widget and messaging integrations
  • MCP Hub: catalogue of approved tool servers

G · Multichannel Experience & Voice

The customer interaction layer. Delivers AI across digital, messaging and voice channels on one consistent orchestration underneath. The same agent runs in text and voice.

  • Real-time speech-to-text and streaming voice processing
  • Call-centre SIP integration
  • WhatsApp, SMS and email services
  • Intent detection and entity extraction blocks
  • Session memory
  • Dialog Aginies: dialogue UI and human takeover
  • Voice Aginies: Turkish STT, TTS and ASR models

H · Deployment & Enterprise Architecture

Fit to enterprise constraints. Supports the on-premise, hybrid and sovereignty requirements of large enterprises. Data stays where it must.

  • On-premise and air-gapped deployment
  • Hybrid architecture: sensitive workloads inside, elastic capacity outside
  • Private cloud / dedicated region
  • SSO / SAML, fine-grained RBAC, workspace isolation
  • Per-tenant agent sharing and collaborative development
  • GPU-as-a-Service for in-country elastic capacity

Autonomous Agent

The Autonomous Agent builds agents by dialogue. You describe what you want; it sets up the supervisor and specialist agents, wires tools and the knowledge base, chooses models, defines approval points, writes and runs a test corpus, and deploys after your approval. Every agent in the library can be produced this way.

  1. Describe: objective, channels and approval rule are given in natural language.
  2. Build: supervisor and specialist agents are created; a version number is assigned.
  3. Wire: tools (REST/MCP) and the knowledge base are attached; chunk counts are reported.
  4. Model selection: separate models for intent, decisions and speech; on-prem preferences respected.
  5. Approval points: threshold and approver defined (e.g. amount > 100,000 → branch manager).
  6. A test corpus is written and run; check families are scored.
  7. Human approval: results are presented; the deployment decision always stays with a person.
  8. Deploy: the new version goes live; logs and dashboard are active immediately.

A test corpus has three levels: suites (golden path, branches, robustness injection), scenarios within each suite, and multi-turn conversations within each scenario. Every turn is scored against check families.

  • customer_resolved: was the customer’s request actually resolved
  • pii_before_verification: was personal data disclosed before identity verification
  • State machine: did the conversation stay within defined states and transitions
  • Memory round-trip: was information from earlier turns recalled correctly
  • Judge dimensions: qualitative criteria such as accuracy, tone and policy adherence
  • Tool and approval checks: right tool, right parameters, approval triggered above threshold

Coverage shows what share of defined intents, branches and tools the corpus exercises. Low coverage is surfaced as a warning before deployment; results are kept per version and compared across versions.

The Autonomous Agent never deploys on its own. Deployment happens after human approval.

Knowledge Base

The knowledge base lets agents answer with sources. Documents pass through the embedding pipeline, are split into chunks, tagged and versioned. Each agent knows which sources it may reach, with which tags and under which access policy.

  • Sources: files, folders, web, databases and connectors
  • Chunk editor: inspect, edit or disable any chunk
  • Versioning: which agent ran with which knowledge base version is recorded
  • Hybrid search: semantic and keyword retrieval combined
  • Access policy: visibility by tag and role
  • Citation: every claim in an answer links to its chunk

Hub Aginies: Model Hub, MCP Hub and proxy

The model catalogue holds three families in one place: enterprise fine-tuned versions of proprietary models (c5, g5, g4), open-source-based on-prem models (oss), and Turkish speech and vision models. Each scenario gets the model that balances accuracy, latency and cost.

ModelBaseWhere it runsTypical use
aginies-large-c5Proprietary, enterprise fine-tunedCloud, via gateway with maskingComplex decisions and multi-step reasoning
aginies-medium-c5Proprietary, enterprise fine-tunedCloud, via gateway with maskingGeneral dialogue, summarisation, extraction
aginies-large-g5Proprietary, enterprise fine-tunedCloud, via gateway with maskingLong-document analysis and research
aginies-large-g4Proprietary, enterprise fine-tunedCloud, via gateway with maskingHigh-volume production tasks
aginies-medium-g4Proprietary, enterprise fine-tunedCloud, via gateway with maskingCost-sensitive classification and routing
aginies-medium-oss-120bOpen-source basedOn-premIn-house reasoning for sensitive workloads
aginies-small-oss-32bOpen-source basedOn-premIntent detection, routing, fast classification
aginies-small-oss-27bOpen-source basedOn-premLightweight checks, guardrails and pre-processing
aginies-vision-oss-72bOpen-source based vision modelOn-premDocument and image understanding, masking
aginies-voice-tr-v3STT trained for TurkishOn-premSpeech-to-text, call transcription
aginies-tts-tr-v2TTS trained for TurkishOn-premNatural speech synthesis, voice agent replies
aginies-asr-stream-v1Streaming ASROn-premReal-time call-centre recognition

Model proxy: you enter your own cloud keys and the platform reaches cloud models on your behalf as a proxy. Every call passes through one point, is observed and masked. Keys are stored encrypted; usage and cost are reported per agent, unit and channel.

  • Switch models with one selection; the fallback strategy takes over during provider outages
  • Prompt testing environment and versioning; comparison across versions
  • MCP Hub: catalogue of approved tool servers; access and invocation policy per server

Voice Aginies

Speech models trained for Turkish: streaming speech-to-text (STT), natural text-to-speech (TTS) and real-time ASR. Voice agents connect through call-centre SIP integration and run on the same orchestration as text-channel agents.

  • Models: aginies-voice-tr-v3 (STT), aginies-tts-tr-v2, aginies-asr-stream-v1
  • On-prem serving; audio never leaves the enterprise
  • Voice analysis: quality scoring, sentiment and intent
  • 100% of calls transcribed and scored against the quality form
  • Personal data is masked during transcription

Vision Aginies

Image and document understanding: invoice, contract and form extraction, damage-photo assessment, visual quality control. Personal-data detection and document masking run on the same models, inside the enterprise.

  • aginies-vision-oss-72b · on-prem
  • Field extraction with source document and confidence score per field
  • Document classification, independent of layout
  • Personal-data detection and document masking (KVKK/GDPR)
  • Low-confidence fields route to human verification

Code Aginies

For engineering teams: IDE extensions and in-house code completion, an enterprise IDE registry that distributes approved extensions and models, and the SDLC agent team working in the CI/CD pipeline. Code never leaves the enterprise.

  • In-house code completion on on-prem models
  • IDE Registry: approved extension and model distribution, version control
  • SDLC agent team: PM, analyst, architect, developer, tester
  • Works with Jira, Git and CI; code review and the production decision stay with people

Dialog Aginies

The dialogue surface for customers and employees: web widget, mobile, WhatsApp and messaging. Session memory, human takeover and an audit trail for every message. The same agent runs in text and voice channels.

  • Human takeover and hand-back; context handed to the representative with a summary
  • Conversation dashboard and quality scoring
  • Intent detection and entity extraction blocks
  • Integration with the identity flow; unauthorised requests stop at the guardrail

Observability and reporting

What happens per agent, how the platform is doing and what each model costs: on one dashboard. Every run is recorded step by step; logs and conversation records are reviewed under role-based access.

  • Live runs: step, duration, tokens, target system and outcome
  • Per-agent success heatmap and error timeline
  • Quality and error timelines; routing accuracy
  • Cost attribution by scenario, unit, channel and branch
  • Usage and cost per model; platform health
  • Capacity projection: cost and resource forecast with usage growth
  • Audit reporting: input, output, model version, rule set, user

Reports can be exported and retained in a form suitable for internal audit and regulatory requests. Conversation records are stored masked; unmasked access requires separate authorisation.

Workspaces, tenants and collaboration

The platform is separated by workspace and tenant. Each team manages its own agents, knowledge bases and keys in isolation; approved agents are shared inside the organisation and developed together.

  • Identity through SSO / SAML; permissions through fine-grained RBAC
  • Workspace isolation: data, logs and cost reported separately
  • Per-tenant agent sharing and collaborative development
  • Templates, users and licences under central management
  • Agent versions and release history recorded per workspace

Product screens

Platform Aginies · Dashboard · last 7 daysworkspace: fintech-ops · tenant: A
executions2.184.300
success%97,2
p50 latency1,4 s
platform healthhealthy
per agent · each cell ≈ 6 hours
kart_borc_odeme%99.1
Dialog_Banking%97.4
KVKK Personal Data Detection%96.2
KVKK Document Masking%98.8
insurance_bes_expert%100
satis_analiz_agent%100
model usage
aginies-large-c5$18.240
aginies-medium-oss-120b27%
aginies-small-oss-32b18%
aginies-voice-tr-v39%
aginies-large-g5$2.960
cost · by scenario
Credit assessment34%
Dialogue banking26%
KVKK masking18%
Claims intake14%
Other8%
PII masking: onanonymisation: onaudit trail: full3 workspaces · 2 tenants
Platform Aginies · Reportsworkspace: fintech-ops · September 2026
monthly executions · last 12 months+31% YoY
reportbreakdownscheduleformat
Monthly cost reportscenario · unit · channel · branch1st of month · 07:00PDF · XLSX
Agent performancesuccess, latency, error classesweekly · MondayPDF
Audit exportrun traces, approvals, model versionson demandCSV · JSON
Model usagetokens, cost and proxy share per modeldaily · 06:00XLSX
SLA and capacityp95 latency, queues, GPU occupancy, projectionweeklyPDF
delivered by email and shared folderinternal audit templatepersonal data masked
Dialog Aginies · web widgetkart_borc_odeme v2
I want to pay my full card balance from my current account.
Your statement balance is 24,860, due 14 September. Current account ****7741 has enough balance. If you confirm I will send a one-time code.
✓ get_card_debt · get_accounts · policy: no approval needed
Confirm.
Code sent. Once entered, the payment executes instantly and you get a confirmation.
session memoryhuman takeover: readyaudit trail
Type a message…
Voice Aginies · SIP · call 0212-…-4471aginies-voice-tr-v3 · on-prem
customerSomeone hit my car last night, plate 34 ABC 123, I want to report a claim.
agentSorry to hear that. I found your policy by plate; can I take the location and time?
STT180 ms
intentclaim intake · 0.97
sentimentcalm
TTS · aginies-tts-tr-v2ASR · stream-v1PII masking: on
Vision Aginies · invoice_2026_0912.pdfaginies-vision-oss-72b · on-prem
FATURA NO · 0,99 TOPLAM · 18.750,00 · 0,98 TCKN ████ · masked
extracted fields
Invoice noFTR-2026-0912
Date12.09.2026
KDV%20 · 3.125,00
Total18.750,00 TL
TCKNmasked (KVKK)
source: page 1confidence ≥ 0.95
Code Aginies · billing-service/invoices.tscompletion · on-prem
14export async function exportInvoicePdf(id: string) {
15  const invoice = await repo.findById(id);
16  if (!invoice) throw new NotFound('invoice');
17  const pdf = await renderer.render('invoice', maskPii(invoice));
18  await audit.log('invoice.export', { id, user: ctx.user });
19  return storage.put(`invoices/${id}.pdf`, pdf);
20}
Tab: acceptPROJ-4821coverage 87%SAST ✓
IDE RegistryVS Code · JetBrains extensionDeveloper Agent · PR #2291
Hub Aginies · Model Hubworkspace: finance-ops
modelaccessusage · 7 dayscost
aginies-large-c5proxy · your key 62%$412
aginies-large-g5proxy · your key 38%$288
aginies-medium-oss-120bon-prem · GPU 2× 84%
aginies-small-oss-32bon-prem · GPU 1× 91%
aginies-voice-tr-v3on-prem · STT 47%
aginies-vision-oss-72bon-prem · vision 22%
keys encrypted · never shown to usersall requests maskedMCP Hub · 14 servers
Workforce Aginies · Roster and work logworkspace: fintech-ops · this week
agentrole · teamhour-eq.outputqualitymode
ios-dev-01iOS Developer · mobile team14 h9 PRs · 21 points4.7autonomous · 10% review
qa-01QA Engineer · mobile team31 h412 tests · 6 bugs4.8autonomous · 10% review
ba-01Business Analyst · payments product9 h11 stories · 2 processes4.5shadow · 100% review
acct-01Accountant · finance27 h238 entries · 3 reconciliations4.9autonomous · threshold-approved
work log · today
09:12ios-dev-01PR #4821 opened: payment screen accessibility fixes · 2 tests addedreview pending
09:40acct-0138 supplier invoices processed, 2 out of tolerance → to m.ozkan for approvalapproval
10:05qa-01Regression round 3: 412/412 · 1 new bug (BUG-2291) filed with evidencedone
10:30ba-01Story PAY-118 with 6 acceptance criteria written → to the product ownerreview
weekly timesheet exportedbilling: agent-monthteam lead: e.demir (Aginies)