Agented.tech
  • Welcome
  • Manifesto
  • Use cases
  • Roadmap
  • Framework Architecture
  • AGNT Token
  • Main components
    • Main chat
    • Create agent
    • Functions Marketplace
    • Agents
    • AgentCore Library
  • Agent Builder
  • How it works
    • Creating an agent with code examples
    • Marketplace Guide
    • Agent Builder Guide
  • Links
    • Website
    • Github
Powered by GitBook
On this page
Export as PDF
  1. Main components

AgentCore Library

AgentCore Library is a lightweight JavaScript library that provides the fundamental building blocks for creating AI agents. The library is available on GitHub and empowers developers with full control over the code, data, and API keys.

Functionality:

  • Agent Creation: Initialization of agents with diverse configurations, prompts, functions, and child agents.

  • Agent Behavior Management: Configuration of prompts, functions, reflections, and other parameters to define agent behavior.

  • Function Integration: Connecting custom user-defined functions and functions from the Functions Marketplace.

  • Hierarchical Agent Management: Creation of parent and child agents, managing their interaction.

  • Reflection Support: Configuration of automated reflections for agent self-monitoring and improvement.

  • Asynchronous Requests: Execution of asynchronous operations to enhance performance.

  • Event Handling: Implementation of an event-driven model for inter-agent communication.

Applications:

  • Development of custom agents with unique business logic.

  • Creation of complex multi-agent systems.

  • Integration into existing applications and services.

Creating an agent with code examples

PreviousAgentsNextAgent Builder

Last updated 3 months ago