The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Reusable Code Agent with Builder Pattern
The build_code_agent()
function now supports a builder
pattern. If user_input
is omitted, the function returns a
reusable agent (closure) that can handle multiple queries interactively.
This allows for flexible integration in iterative coding workflows,
similar to the existing build_researcher_agent()
.
Reusable Interpreter Agent
The build_interpreter_agent()
function now also supports a
builder pattern. When code_output
is omitted, it returns a
reusable interpreter function that can process multiple outputs (tables,
model results, charts, etc.) on demand. This provides a consistent
interface for explaining analysis results dynamically.
build_code_agent()
and
build_interpreter_agent()
in two ways:
user_input
, code_output
) for immediate
interpretation or code generation.build_code_agent()
and
build_interpreter_agent()
that use the one-shot pattern
will continue to work without modification.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.