Managed tool access
Enable platform and custom tools at the domain level, then expose only what each agent-enabled intent needs.
Agent orchestration
Turn on agent behavior for the capabilities that need multi-step work. LiyaEngine coordinates tool access, intermediate decisions, and execution traces inside the intent boundary.
Live configuration
Platform capabilities
Build the capability once, keep its operating context visible, and improve it without spreading AI infrastructure across your application.
Enable platform and custom tools at the domain level, then expose only what each agent-enabled intent needs.
Coordinate retrieval, calculations, and API calls before producing a final response.
Carry the relevant state through a run without turning the application into an orchestration engine.
Surface tool and model failures as inspectable run states instead of opaque response errors.
Apply guardrails around tool inputs, outputs, and the final answer path.
Review what the agent attempted, which tools ran, and how the final response was assembled.
Operating workflow
The interface follows the work in the order teams actually perform it.
Start with a capability that genuinely needs tools.
Enable only the functions required for the job.
Inspect intermediate steps and failure paths.
Use run history to improve behavior over time.
What improves
Move complexity into a visible platform boundary while keeping the product integration direct.
Agent behavior stays attached to a named purpose and an explicit tool set.
Orchestration logic runs in the platform instead of being duplicated across services.
Teams can debug tool use and model decisions from one execution record.
Questions
Practical answers about how this part of LiyaEngine fits into the platform.
No. Standard intents are the simpler choice for direct structured responses. Enable agent behavior only when the task needs tools or multiple steps.
Platform and custom tools are enabled in the domain, then used by agent-enabled intents within that domain.
Yes. Run traces show intermediate steps, tool activity, and the final outcome.
Start with a tenant-owned domain and expose the first intent through a stable, governed API.