Core Concepts
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
Definition, configuration, and capabilities
Creating and registering agent actions
Building multi-step processes
Overview of UI component system
How the event dispatch system works
Preserving state between interactions
How These Concepts Work Together
AgentNexus follows a modular architecture where these core components interact:
- Agents define the capabilities and metadata for AI assistants
- Actions specify what the agents can do and how they behave
- Workflows organize actions into coherent multi-step processes
- UI Components provide interactive interfaces for workflows and actions
- Event Handling manages user interactions with UI components
- 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.