Skip to content

hdlproject/agentic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentic

A project containing a proof of concept for an agentic system.

Dependencies

Poetry

$ poetry install
$ poetry env use python3
$ source "$(poetry env info --path)"/bin/activate

Run

Tooling fake server

This fake server is used to simulate tooling-related API provider (e.g email, notification). This is used when the hitl is enabled and the method is manual.

$ cd src/callback
$ poetry run python callback.py

Agent

This will run an agent.

$ poetry run python src/main.py

About

Agentic POC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages