Unify base agent API and Django API
Closed this issue · 1 comments
eharpste commented
Different branches have added more nuance to the agent API, either with new method signatures or args on existing ones. We should unify behind a common API in base agent and figure out how to implement equivalent functionality with kwargs or other techniques to not bloat the API. Ideally anything callable by Django should be callable on base agents.