Skip to content
View amsilveira-ce's full-sized avatar

Block or report amsilveira-ce

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
amsilveira-ce/README.md

Hi, I'm Amanda Beaming Face with Smiling Eyes

Building the infrastructure layer for multi-agent AI systems.

I design systems where AI agents built on different frameworks — LangChain, AutoGen, CrewAI, Google ADK — discover and collaborate with each other at runtime, without point-to-point adapters. My current focus is agent interoperability, distributed orchestration, and making small models do what people think requires 90B parameters.

Currently finishing my Computer Engineering degree at PUC-Campinas and working as an AI Engineer at IBM. Fueled by coffee and supervised by cats. ☕🐈


🔨 What I'm building

Axon — open-source infrastructure for multi-agent AI. Agents register once. Any workflow can use them. Dynamic discovery via A2A + MCP, with UCB1-based gateway routing that learns which resources work best over time.

pip install axon-framework
axon init && axon ga serve
axon pa run --query "your task here"

Based on my Bachelor's thesis — 7 experiments, validated end-to-end across Gateway and Principal Agent components.


🧠 Background

  • 👩‍💻 AI Engineer @ IBM Research (2024–2025) and IBM Consulting (2025–present)
  • 🚀 Deployed HuggingFace LLMs with vLLM on Red Hat OpenShift — the setup later benchmarked IBM vs NVIDIA hardware for LLM workloads
  • ⚡ Cut IVR analysis time from 1–2 business days to under 3 hours with a Python/Ollama pipeline — became a reusable asset across IBM LATAM consulting teams
  • 🏆 Made it to the Cubo Itaú finals in B3's entrepreneurship competition — out of 500+ applicants
  • 💪 Helped revive the competitive programming team at PUC-Campinas (and convinced my professor to fund us 😄)

A few things people don't expect

Before I was building agent frameworks, I was building in other ways.

I was one of the first people to publish tutorials on how to create custom skins in KoGaMa — a Minecraft-style browser game — back when the community was still figuring it out. Thousands of kids used those tutorials. That was my first experience teaching technical concepts to strangers on the internet, and I haven't stopped since. 🎮

I also spent years doing 3D modeling in Blender 🎨 — it taught me something that translates directly to systems design: the difference between something that looks correct and something that is correct under the surface.


✍️ Writing

I write about the internals of AI systems — not tutorials, but the design decisions and tradeoffs that don't make it into documentation.


🛠️ Stack

The tools I reach for, roughly in order of frequency:

Python PyTorch FastAPI LangGraph A2A MCP Ollama vLLM Red Hat OpenShift Docker

Frameworks I've built things with: AutoGen LangChain CrewAI HuggingFace


🔗 Elsewhere

LinkedIn · Kaggle · Blog

"Sometimes it is the people no one imagines anything of who do the things that no one can imagine." — Alan Turing 🖤

Pinned Loading

  1. Autogen-Literature-Review Autogen-Literature-Review Public

    This repository showcases a test project using AutoGen to explore how agent collaboration can automate the process of performing a literature review.

    Python 3

  2. bioknowdes-nasa bioknowdes-nasa Public

    Forked from giovannimicaroni/bioknowdes-nasa

    Nasa Space Apps 2025

    Python

  3. Aegis-Agent-Interoperability Aegis-Agent-Interoperability Public

    This project proposes the development of a framework for dynamic interoperability between heterogeneous agents, based on the integration of the A2A (Agent-to-Agent) and MCP (Model Context Protocol)…

    Python

  4. skin-lesion-diagnosis-vgg skin-lesion-diagnosis-vgg Public

    Puc-Campinas scientific initiation project using VGG for skin lesion diagnosis

    Jupyter Notebook

  5. Research-AgenticTeam Research-AgenticTeam Public

    Multi-Agent System built with LangGraph and Mellea that automates academic search process.

    Python