Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
210 changes: 0 additions & 210 deletions agent-examples/VERIFICATION.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* <p>Usage:
* <pre>
* CONDUCTOR_SERVER_URL=http://localhost:6767/api \
* CONDUCTOR_SERVER_URL=http://localhost:8080/api \
* CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini \
* ./gradlew :examples:run -PmainClass=org.conductoross.conductor.ai.examples.Example69Skills \
* --args="/path/to/skill 'Review this repository'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* <p>Usage:
* <pre>
* CONDUCTOR_SERVER_URL=http://localhost:6767/api \
* CONDUCTOR_SERVER_URL=http://localhost:8080/api \
* CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini \
* ./gradlew :examples:run -PmainClass=org.conductoross.conductor.ai.examples.Example99ScheduledAgent
* </pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* <p>Set these before running examples:
* <pre>
* export CONDUCTOR_SERVER_URL=http://localhost:6767/api
* export CONDUCTOR_SERVER_URL=http://localhost:8080/api
* export CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o
* export CONDUCTOR_AUTH_KEY=your-key # optional
* export CONDUCTOR_AUTH_SECRET=your-secret # optional
Expand All @@ -27,7 +27,7 @@ public class Settings {
private static final java.util.Map<String, String> ENV = System.getenv();

public static final String SERVER_URL =
ENV.getOrDefault("CONDUCTOR_SERVER_URL", "http://localhost:6767/api");
ENV.getOrDefault("CONDUCTOR_SERVER_URL", "http://localhost:8080/api");

public static final String LLM_MODEL =
ENV.getOrDefault("CONDUCTOR_AGENT_LLM_MODEL", "openai/gpt-4o");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767/api}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080/api}</li>
* <li>OpenAI/Gemini key configured in server credentials</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767/api}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080/api}</li>
* <li>Conductor server with OpenAI credentials configured server-side.</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767/api}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080/api}</li>
* <li>Conductor server with OpenAI credentials configured server-side.</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767/api}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080/api}</li>
* <li>Conductor server with OpenAI credentials configured server-side.</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767/api}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080/api}</li>
* <li>Conductor server with OpenAI credentials configured server-side.</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767/api}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080/api}</li>
* <li>Conductor server with OpenAI credentials configured server-side.</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767/api}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080/api}</li>
* <li>Conductor server with OpenAI credentials configured server-side.</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767/api}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080/api}</li>
* <li>Conductor server with OpenAI credentials configured server-side.</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767/api}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080/api}</li>
* <li>Conductor server with OpenAI credentials configured server-side.</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080}</li>
* <li>langchain4j on the classpath (see examples/build.gradle)</li>
* <li>Conductor server with OpenAI credentials configured server-side.</li>
* <li>Credential {@code WEATHER_API_KEY} registered in Conductor (optional — example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*
* <p>Requirements:
* <ul>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:6767}</li>
* <li>{@code CONDUCTOR_SERVER_URL=http://localhost:8080}</li>
* <li>langchain4j on the classpath (see examples/build.gradle)</li>
* <li>Conductor server with OpenAI credentials configured server-side.</li>
* </ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini</li>
* </ul>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*
* <p>Requirements:
* <ul>
* <li>CONDUCTOR_SERVER_URL=http://localhost:6767/api</li>
* <li>CONDUCTOR_SERVER_URL=http://localhost:8080/api</li>
* <li>CONDUCTOR_AGENT_LLM_MODEL=openai/gpt-4o-mini</li>
* <li>AGENT_SECONDARY_LLM_MODEL=openai/gpt-4o</li>
* </ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* transitively via {@code conductor-client-spring} and reads {@code conductor.*}
* properties. Users configure connectivity once in that namespace:
* <pre>{@code
* conductor.root-uri=http://localhost:6767/api
* conductor.root-uri=http://localhost:8080/api
* conductor.security.client.key-id=my-key # optional
* conductor.security.client.secret=my-secret # optional
* }</pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* # application.properties
*
* # Conductor client (from conductor-client-spring):
* conductor.root-uri=http://localhost:6767/api
* conductor.root-uri=http://localhost:8080/api
* conductor.security.client.key-id=my-key # optional
* conductor.security.client.secret=my-secret # optional
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AgentAutoConfigurationTest {
* conductor.* properties.
*/
private static ApiClient stubApiClient() {
return ApiClient.builder().basePath("http://localhost:6767/api").build();
return ApiClient.builder().basePath("http://localhost:8080/api").build();
}

private final ApplicationContextRunner runner = new ApplicationContextRunner()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class AgentCatalogTest {

private static ApiClient stubApiClient() {
return ApiClient.builder().basePath("http://localhost:6767/api").build();
return ApiClient.builder().basePath("http://localhost:8080/api").build();
}

private final ApplicationContextRunner runner = new ApplicationContextRunner()
Expand Down
Loading