Flat tool lists are dead. Stateful tools are next.
AgentMLX doesn’t hand an LLM a flat list of APIs — it gives it a state-scoped toolset that evolves with the agent’s behavior.
Memory belongs inside the agent
In AgentML, memory is a first class citizen that lives directly in the runtime.
We’re combining https://t.co/APVmzHg9I6 our open sourced openCypher compliant SQLite graph extension, with sqlite-vec to give every agent local and secure memory built in.
From key value to vector search to full graph traversal, memory in AgentML is native, composable, and runs anywhere SQLite runs.
Building AI agents shouldn't require wrestling with UI builders or writing everything from scratch, and I suspect many of you feel the same.
This weekend, I built the first proof of concept AgentML agent designed to create other AgentML agents.
@JafarNajafov Context overload does lead to performance degradation over time. Sub-agents and just-in-time retrieval help, and AgentML adds schema validation for state transitions to keep flows deterministic without accumulating noise. https://t.co/viacjuLiYT
@ericzakariasson Tracking transitions step-by-step is essential to catch those failures early. AgentML uses deterministic state machines for replayable logic and built-in compliance checks, which helps turn agent prototypes into reliable systems. https://t.co/viacjuLQOr
@kiran__a__n@QodoAI Guardian Agent's stability trends are 🔥 https://t.co/viacjuLQOr amps it with AML for root-cause tracing in agent logic (no more black-box fails).
What's your toughest reliability bug? #QodoAgentChallenge@kiran__a__n
@ChiefScientist Signing the Reliable AI Manifesto! AgentML embodies this with XML-like AML for traceable, policy-enforced agents. E.g., enforce 'no hallucination' via explicit states. Thoughts on integrating deterministic langs into your pillars? Repo: https://t.co/kHUiI0eq3Z @ChiefScientist
Flat tool lists are dead. Stateful tools are next.
AgentMLX doesn’t hand an LLM a flat list of APIs — it gives it a state-scoped toolset that evolves with the agent’s behavior.
Nearing the completion of our @langchain langgraph transformer.
Watch us build in public as we rapidly work towards a one definition, infinite agent framework paradigm.
We are opening up AgentML a Deterministic Language for Agent Behavior. AgentML combines the usability of XML with the predictability of state machines, giving you complete control over agent behavior. MIT License.
Link in comments.