Core Concepts

Core Concepts

The AgentNexus framework is built around several key concepts that work together to create powerful AI/LLM agents. This section explores these concepts in depth, helping you understand the foundation of the framework.

What’s in this section

How These Concepts Work Together

AgentNexus follows a modular architecture where these core components interact:

  1. Agents define the capabilities and metadata for AI assistants
  2. Actions specify what the agents can do and how they behave
  3. Workflows organize actions into coherent multi-step processes
  4. UI Components provide interactive interfaces for workflows and actions
  5. Event Handling manages user interactions with UI components
  6. Context Management preserves state across workflow steps and sessions

Understanding these concepts and their relationships is essential for effective agent development with AgentNexus.

Next Steps

Agents →

Start by learning about agent definition and configuration.

Back to Quick Start →

Return to the quick start guide for practical examples.