Skip to content

Fakamoto/agentics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentics

A minimal LLM agent library.

Installation

pip install agentics

Usage

from agentics import LLM
llm = LLM("You are a helpful assistant")
response = llm("Hello!")
print(response)

About

Minimalistic library for LLM Agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages