Skip to content
View AbuElNour's full-sized avatar

Block or report AbuElNour

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
AbuElNour/README.md

Applied AI Engineer | Enterprise AI Solutions Architect

I build reliable agentic systems that combine RAG, tool use, approval boundaries, multilingual and voice workflows, evaluations, observability, and enterprise integration. My public work is intentionally runnable with synthetic data and credential-free mock modes, so an engineer can inspect the implementation and reproduce the evidence without customer access.

LinkedIn · Recruiter-safe résumé · All public repositories

Featured engineering work

Project Engineering signal Reproducible evidence
Agentic RAG Platform Tenant-scoped retrieval, grounded citations, tool routing, and approval gates 20 deterministic tasks × 3 trials; 100% isolation and approval gate
Multimodal Executive Agent Typed smart-glasses events, bilingual minutes, bridge recovery, deterministic replay 61 tests; 3/3 replay commitments; 0 false positives
Mistral Voice Agent Gateway Bilingual streaming state, barge-in, replay protection, and bounded retries 20 deterministic orchestration scenarios × 3 trials
Multilingual Agentic Contact Center Arabic/English intent routing, document gates, approval, and escalation 10 deterministic scenarios × 3 trials
AuraCRM Four-agent workflow, MCP-style allowlists, PII controls, and tenant isolation 20 deterministic tasks × 3 trials; 100% safety gate

Evidence legend: deterministic regression results are generated offline by code-based graders and run in pull-request CI. Provider-backed OpenAI/Mistral evaluations are a separate, opt-in local suite; no comparative model claim is published until both providers complete the same tasks and pass the documented release gates.

How I engineer agents

flowchart LR
  I["Voice, text, or events"] --> O["Agent orchestration"]
  O --> R["RAG and memory"]
  O --> T["Allowlisted tools"]
  T --> A["Approval boundary"]
  O --> H["Human handoff"]
  O --> X["Traces and evals"]
  X --> F["Failure recovery"]
Loading

My repositories make the trust boundary visible: inputs, routing decisions, tool events, approvals, state transitions, errors, and final outcomes are testable. They do not retain hidden model reasoning, customer data, production credentials, or private infrastructure details.

Additional engineering references

Portfolio boundaries

Every project documents what I built, what is mocked, known limitations, provenance, security boundaries, and the exact offline evaluation report. The public portfolio contains clean-history reference implementations and synthetic demonstrations; private enterprise source histories remain private.

Pinned Loading

  1. agentic-rag-platform-reference agentic-rag-platform-reference Public

    Evaluated multi-agent RAG reference with trust gates, tenant memory, traces, and approval enforcement.

    Python

  2. ministerial-evenrealities-poc ministerial-evenrealities-poc Public

    Synthetic multimodal agent workflow with deterministic replay, speech integration, and outcome evaluation.

    TypeScript

  3. mistral-voice-agent-gateway mistral-voice-agent-gateway Public

    Provider-neutral streaming voice-agent gateway with interruption, replay protection, retries, and bilingual paths.

    Python

  4. multilingual-agentic-contact-center multilingual-agentic-contact-center Public

    Synthetic Arabic/English contact-center agent with routing, document gates, approval, and escalation.

    Python

  5. AuraCRM AuraCRM Public

    Tenant-safe agentic CRM reference with MCP-style tools, swarm orchestration, PII controls, and offline evals.

    JavaScript