Building & Integrating a Microservice Text Transformer Agent for HNG + Telex.im
dev.to·1d·
Discuss: DEV
Flag this post

For the HNG Internship, I built a modular text transformation chain using FastAPI microservices and fully integrated it with Telex.im’s AI coworker platform.

Workflow:

Input Agent: Receives text, coordinates calls.

Capitalizer Agent: Converts all text to uppercase.

Reverse Agent: Reverses word order.

Example: Input: “hello world again” Output: “AGAIN WORLD HELLO”

Deployment: Each microservice is deployed independently on Render, communicating via HTTP endpoints. The Input Agent orchestrates the chain and exposes a /transform-text endpoint.

Integration: On Telex.im, I registered my input agent, described its workflow, and verified with test prompts. (Side note: Still troubleshooting the category/publishing error, but setup is ready and endpoint works fine!)

Tech Used:

F…

Similar Posts

Loading similar posts...