@cynodia/axiom-agent-api
v0.9.0-alpha.1
Published
Semantic queries and transactional graph transformations for AI agents.
Readme
Axiom Agent API
Part of Axiom, an AI-native semantic web application framework.
Status: experimental / alpha. The API may change between alpha releases.
The machine-facing interface: semantic queries over the graph, field-level dependency and mutation-impact analysis, presentation and UX queries, and transactional graph transformations.
Main exports: AgentAPI, GraphQueries, PresentationQueries, Transaction,
ChangeSet.
Installation
npm install @cynodia/axiom-agent-apiMost applications should install the facade package instead, which re-exports this one:
npm install @cynodia/axiomDocumentation
The canonical operational contract lives in the docs/ directory of the
@cynodia/axiom package, and in
the repository. Start with docs/AGENT_REFERENCE.md.
License
MIT
Copyright (c) 2026 AskTech AS.
