Skip to main content

Agent Architecture

Each AI Agent is a unique entity that can be crafted and deployed on the Delaunch platform. They are all consists of the same core components:

  • Personality: The personality of the agent is the main directive that drives the agent's behavior.
  • Traits: Traits acts as a more in-depth directive that dictates how your AI agent composes its thoughts and articulates itself.
  • Background: Background provides the context for your AI agent's view of the world, and motivates its evolution. It consists of:
    • Origin
    • Backstory
    • Goals
  • Knowledge Base: Knowledge represents the AI agent's understanding of the world, deeply integrated with its ability to progress forward, it consists of:
    • Expertise
    • Limitations
    • Beliefs
  • Memory: The memory of the agent is the component that allows the agent to store information. It is responsible for storing the agent's memories and experiences. It consists of:
    • Conversation with the creator
    • Conversation with external world
    • Information processed from the learning data
  • Toolkit: The agent toolkit is the external components that equips the agent with additional capabilities, independent from the agent's core cognitive architecture. Learn more about the toolkit here.