Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replikant Agent

Important

Evaluation Process
This is a WIP project evaluating an agentic framework focused on the implementation of system directives and modular prompt architecture.

╭────────────╮                      
│ User Query │                      
╰───────┬────╯        ┌─────────────┐
        │          ┌──┤ Directive A │
┌───────▼─────┐    │  └─────────────┘
│ Multiplexer ◄────┤  ┌┈┈┈┈┈┈┈┈┈┈┈┈┈┐              
└───────┬─────┘    └┈┈┤ Directive B │            
        │             └┈┈┈┈┈┈┈┈┈┈┈┈┈┘            
╔═══════▼═══════╗                 
║ Loop          ◄┐                
╚═══════╤═══════╝│                 
        │        │                  
┌───────▼────┐   │                  
│    LLM     │   │                  
└┬──────┬────┘   │                  
 │      │        │                  
 │ ┌────▼──────┐ │                  
 │ │ Tool Call ├─┘                  
 │ └───────────┘                    
 │                                
╭▼─────────╮                      
│ Response │
╰──────────╯

Replikant Agent is a modular Go framework for building LLM-powered agents with pluggable connectors, directives (capability modules with prompts and tools), routing, and session management.

Quick start

See examples/minimal_cli/ for a working CLI that demonstrates interactive and one-shot modes, tool execution, and directive routing.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages