Trace
Trace copied to clipboard
End-to-end Generative Optimization for AI Agents
Should not affect any usage
Hi, I want to use Trace to build an application to let non-engineers optimized code for certain tasks. Ideally I would like to have an f-string in place of the...
Even though `model.load("checkpoint.pkl")` can already produce a runnable model, sometimes, there is a need to submit a runnable Python agent to an external evaluation service (such as various competitions that...
Multiple people asked me if there's a simple way to reset parameter node value back to original. Will work on adding this.
Currently LLM backend `__init__` signature is not unified (this is a legacy backward compatibility issue mostly with AutoGen). For three backends, the signatures are: ```python class AutoGenLLM(AbstractModel): def __init__(self, config_list:...
Trace seems to have some error with the bundle decorator when running on python 3.13. Downgrading to 3.12 does not have this error. Traceback (most recent call last): File "/Users/ryanrong/Documents/GitHub/cs224n_llm_agent/pong_LLM_agent.py",...
Trace provides a framework to program agent architectures (parameterized by code, prompts, etc.) that can be trained by generative optimizers that can optimize graphs. There're many LLM-based generative optimization algorithms...