Commit 128f673
feat: change default ports to non-standard values and improve configurability
Migrate all AgentEx ports from commonly-used generic ports to unique,
less standard ports to avoid conflicts with other local services:
- AgentEx API: 5003 → 5718
- ACP Server: 8000 → 8718
- Health Check: 80 → 8080
- Multi-agent example offsets: 8000-8003 → 8718-8721
All ports remain fully configurable via environment variables
(AGENTEX_BASE_URL, ACP_PORT, HEALTH_CHECK_PORT) and manifest
configuration. This change updates defaults across:
- Core SDK (environment_variables.py, _client.py, base_acp_server.py)
- CLI templates and deploy handlers
- 23 example/tutorial Dockerfiles
- 25 manifest YAML files
- 41 example test files and dev notebooks
- Multi-agent example scripts and documentation
Note: .github/workflows/*.yml still needs updating but requires
workflow scope token.
Resolves AGX1-98
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c7162a6 commit 128f673
File tree
143 files changed
+351
-314
lines changed- examples
- demos/procurement_agent
- tutorials
- 00_sync
- 000_hello_acp
- tests
- 010_multiturn
- tests
- 020_streaming
- tests
- 030_langgraph
- tests
- 10_async
- 00_base
- 000_hello_acp
- tests
- 010_multiturn
- tests
- 020_streaming
- tests
- 030_tracing
- tests
- 040_other_sdks
- tests
- 080_batch_events
- tests
- 090_multi_agent_non_temporal
- tests
- 100_langgraph
- tests
- 10_temporal
- 000_hello_acp
- tests
- 010_agent_chat
- tests
- 020_state_machine
- tests
- 030_custom_activities
- tests
- 050_agent_chat_guardrails
- tests
- 060_open_ai_agents_sdk_hello_world
- tests
- 070_open_ai_agents_sdk_tools
- tests
- 080_open_ai_agents_sdk_human_in_the_loop
- tests
- 090_claude_agents_sdk_mvp
- tests
- 100_gemini_litellm
- src/agentex
- lib
- cli
- handlers
- templates
- default-langgraph
- default
- sync-langgraph
- sync-openai-agents
- sync
- temporal-openai-agents
- temporal
- core/temporal/plugins/openai_agents/tests
- sdk/fastacp
- base
- tests
- tests
- lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
143 files changed
+351
-314
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
155 | 151 | | |
156 | 152 | | |
157 | 153 | | |
158 | | - | |
| 154 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
0 commit comments