← Back
FedEx · Hoofddorp AI Agent + Chrome Extension

Magic Agent

An AI-powered assistant trained on everything — from Jira tickets to legal docs — that answers any business or technical question, automates test generation, and is accessible through both Copilot CLI and a Chrome extension.

Copilot CLI is officially adopted at FedEx — almost all POs and developers use it daily, making Magic Agent instantly accessible from their terminal workflow.
Claude API RAG Python Chrome Extension Playwright GitHub Actions

Architecture

Magic Agent Architecture Magic Agent Architecture

Knowledge Sources

Magic Agent is trained on every source of truth in the organisation — not just documentation, but live code and business logic.

Jira Tickets
Frontend Repos
Backend Repos
Config Repos
Help Docs
Legal Docs

Copilot CLI — Main Interface

Most commands are used directly through Copilot CLI in the terminal — the primary way developers and testers interact with Magic Agent.

/ask
Ask any question about business logic, FE logic, BE logic, or legal compliance. The agent retrieves the most relevant context from the knowledge base and answers with precision.
/update
Weekly cron job that fetches the diff on every repo, analyses changes, and auto-updates the knowledge base. The agent stays current without any manual work.
/playwright {PR}
Reads a pull request, understands the changes, and generates Playwright test cases following the team's best practices and page object patterns.
/test {PR Link}
Generates full test cases including HTTP files and Postman JSON collections with pre-filled test data — ready to run immediately.

Chrome Extension — /magic

The Chrome extension combines the knowledge base with the logged-in user's context via cookies, unlocking a personalised layer of assistance that only works in the browser.

Shipment Lookup

Agent fetches the user's latest shipment data in real time as a tool call.

Feature Toggle Awareness

Check whether a specific feature toggle is enabled or disabled for the current user.

Smart Navigation

Ask the agent to navigate you to a specific page, order, or shipment directly.

Visual Context

Use @screenshot to attach what you're seeing on screen and get context-aware answers.

Chrome Extension in Action

Magic Agent Chrome Extension Chat Magic Agent Chrome Extension Chat

Want to know more about Magic Agent?

Let's Talk
Built with by Hatem's AI Agents