package
0.0.4
Repository: https://github.com/ryszard/agency.git
Documentation: pkg.go.dev

# Functions

New returns a tool that allows the agent to run Python code.
NewREPL creates a new Python REPL.

# Structs

PythonCode is a struct that represents a Python code snippet to be sent to the REPL.
PythonREPL represents a Python REPL.
Response is a struct that represents a response from the REPL.
Tool allows the agent to run Python code in a repl.

# Interfaces

No description provided by the author