-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 git_issue_agent hard codes host and port #208
Copy link
Copy link
Open
Description
Describe the bug
The git_issue_agent hard codes the host and port (overriding the HOST and PORT env vars).
This makes it a poor example, as Kagenti supplies these things, but it ignores them.
There may be security implications when testing -- it is difficult to force the agent to listen only on localhost.
Steps To Reproduce
As part of local development, do HOST=localhost PORT=8001 uv run --no-sync server --host localhost --port 8002 and observe the agent self-reports that it is listening on 0.0.0.0:8000.
Expected Behavior
The agent should respond to $HOST and $PORT variables, or perhaps --host and --port command-line arguments.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels