What is an AI agent platform?
An AI agent platform provides the operating layer around language models: instructions, data, documents, reusable context, tools, composition, deployment channels, scheduled work, and operational views. AutronAI keeps those concerns separate so teams can build focused Agents and compose them into Chatbots instead of placing every responsibility in one prompt.
How are Agents and Chatbots different in AutronAI?
An Agent owns a focused capability, such as working with structured data, retrieving documents, following Skills, or using selected MCP tools. A Chatbot composes one or more Agents with Memory and becomes the unit connected to supported channels or eligible Automation workflows.
Can an AutronAI Agent use company data?
Yes, through the resource type suited to the information. Structured Data Agents use selected database or tabular sources with configured table and column scope. Document Agents retrieve from selected searchable documents. Reusable contextual information belongs in Memory at the Chatbot level.
Does every Agent need MCP tools or Memory?
No. AutronAI is designed for the smallest useful capability set. MCP belongs on Tool Agents that must act through external systems. Memory belongs on a Chatbot when curated context should remain reusable. An Agent can be useful without either when its responsibility does not require them.
How should a team start building on AutronAI?
Start with one concrete responsibility. Choose the matching Agent type, connect only the required resources, test the behavior, and then compose that Agent into a Chatbot. Add Memory, MCP tools, Automation, or additional channels only when the use case calls for them.