-
Notifications
You must be signed in to change notification settings - Fork 706
Description
Local Version
Installation
Was difficult to figure out that I needed to run uv pip install -U openpipe-art[backend,langgraph]==0.4.9 discovered the extras from https://pypi.org/project/openpipe-art/ did not see stated in docks. Saw in Collab Notebook as well.
Unknown attributes
Cannot access attribute "register_model" for class "LocalBackend"
Attribute "register_model" is unknown
Had to switch this from backend.register_model -> backend.register
"train" is not a known attribute of module "art"
Did not find a working method in my search for this. Saw that model had a method called _train_model but read was not implemented yet.
Decorator for wrap_rollout not working
Argument missing for parameter "fn"
I thought I had a workaround by passing run_agent before it created the trajectory but appears to not like the LangGraph message schema. My assumption is the decorator manages that.
