GraphRAG for Mainframe Abend Troubleshooting with AgentScope

Posted on Fri 12 June 2026 in GenAI • Tagged with GenAI, RAG, KnowledgeGraph, AgentScope, Mainframe, GraphRAG, Python, COBOL

Most mainframe troubleshooting RAGs fail at the same place: retrieval. An abend code like S0C7 is a near-exact lookup, not a fuzzy semantic match — but vector search happily returns the S0C4 chunk because the embeddings sit close together. And job dependencies are graph-shaped: an abend in step 3 cascades to …


Continue reading

AgentLegatus — Terraform for AI Agents

Posted on Wed 15 April 2026 in Agents • Tagged with agentlegatus, multi-agent, llm, open-source, orchestration, python, langgraph, vendor-agnostic

The multi-agent space is fracturing fast. Teams pick LangGraph one quarter, switch to CrewAI the next, then discover Google ADK or AWS Strands and wonder if they should migrate again. Every switch costs weeks — ripping out abstractions, rewriting orchestration logic, re-testing state management. This is the exact problem Terraform solved …


Continue reading