A way to support any CodeAgent that points to an arbitrary base_url. The challenge is in being able to field the LLM requests from the agent and respond to them from the agent during training.
The current proposal is to:
- Install and run the agent in the container after pointing it to a particular URL
- Run a server that is able to act as the agent and return LLM requests (probably via some pub/sub mechanism)
A way to support any CodeAgent that points to an arbitrary base_url. The challenge is in being able to field the LLM requests from the agent and respond to them from the agent during training.
The current proposal is to: