@kmeanskaran: Guys, I'm building a PoC called "Agent Harness Ops." From dev phase to prod on @Railway What's special? - Created an ag…
Summary
Building a PoC called 'Agent Harness Ops' using DeepAgents by LangChain, with observability via Langfuse, task queue with Celery/Redis, PostgreSQL, React frontend, deployed on Railway. Plans to share and write about it.
View Cached Full Text
Cached at: 07/03/26, 04:41 PM
Guys, I’m building a PoC called “Agent Harness Ops.” From dev phase to prod on @Railway
What’s special?
- Created an agent harness using DeepAgents by LangChain
- Plugged in Langfuse for observability
- Using Celery workers and Redis for the task queue
- Saving users’ historical generations in PostgreSQL
- Running subagents in parallel, with human-in-the-loop for approval
- React JS as the frontend, with an NGINX reverse proxy
- Deploying FastAPI (backend), Celery workers, Redis, PostgreSQL, and React JS on Railway
Syncing it all together with CI/CD and scaling. I personally love Railway and wanted to showcase something, but this time I’m building a complete Ops cycle instead of just an agent.
I’ll be sharing this soon and writing about it, so you can also deploy your agents on Railway at lower cost and with a simpler setup than AWS/GCP/Azure.
There are tradeoffs, which I’ll discuss later. Also I will post about the agent harness dev phase first and then about production.
Similar Articles
@kmeanskaran: https://x.com/kmeanskaran/status/2071160257943052683
A detailed guide on building a production-grade agent harness for multi-agent LLM systems, covering components like orchestrator, subagents, skills, backend state management, and context engineering.
@sydneyrunkle: https://x.com/sydneyrunkle/status/2062217190724579673
A guide on building custom agent harnesses using LangChain's create_agent, focusing on middleware for customization.
@Potatoloogs: https://x.com/Potatoloogs/status/2057391224592667051
This article deeply analyzes the concept of Agent Harness, which is the engineering infrastructure wrapped around an LLM, including 12 components such as orchestration loops, tool calling, memory systems, context management, etc. The article cites practices from companies like Anthropic, OpenAI, and LangChain, arguing for the critical role of the harness in production-grade AI agents.
@Saboo_Shubham_: UI/UX for building org-level Agent Harness. Bring your model, own the runtime, and wire it with your tools. 100% Openso…
A tweet announcing an open-source UI/UX for building organization-level agent harnesses, allowing users to bring their own model and runtime and integrate with their tools.
@akshay_pachaar: i just built a 4-agent software team. everything runs from Telegram and gets managed on a kanban board. a project manag…
The article presents a 4-agent software team that operates via Telegram and a shared kanban board, using the open-source InsForge as an agent-native backend to automate infrastructure tasks like database setup and auth.