JTJonathan Tavaresinsingular.hashnode.dev·10h ago · 4 min readWhat if we could compose AI agents like reusable components?One agent reviews correctness. Another plans the tests. Their outputs flow into a third agent that produces one release recommendation. That is agent composition: small specialists, explicit dataflo00
JTJonathan Tavaresinsingular.hashnode.dev·1d ago · 5 min readIntroducing: AML - Agent Markup LanguageOur first agent workflows were easy to start. Then we added another agent, a tool, a follow-up turn, a sandbox, and somewhere to keep files between runs. The code still worked, but understanding the w10