Skip to content

Commit 927cccc

Browse files
authored
chore: Add agents config for testing agents without docker-compose (#45)
## Summary Add configuration support for testing agents without requiring docker-compose setup. This enables easier local development and testing workflows. ## Changes - Added browser agent configuration to infer config - Enables testing agents directly without docker-compose dependencies - Improves developer experience for local testing ## Testing The configuration has been tested locally and allows running agents directly with the Inference Gateway CLI. Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent acb379b commit 927cccc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.infer/agents.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
agents:
2+
- name: browser-agent
3+
url: http://localhost:8081
4+
oci: ghcr.io/inference-gateway/browser-agent:latest
5+
run: true

0 commit comments

Comments
 (0)