File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
maven_plugin/src/main/java/com/google/adk/maven Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 * through ADK Web UI. The plugin dynamically loads user-defined agents and makes them available
4949 * through a browser interface.
5050 *
51- * <h3 >Basic Usage</h3 >
51+ * <h2 >Basic Usage</h2 >
5252 *
5353 * <pre>{@code
5454 * mvn google-adk:web -Dagents=com.example.MyAgentLoader
5555 * }</pre>
5656 *
57- * <h3 >Configuration Parameters</h3 >
57+ * <h2 >Configuration Parameters</h2 >
5858 *
5959 * <ul>
6060 * <li><strong>agents</strong> (required) - Full class path to AgentLoader implementation
6666 * for injecting customized tools and agents
6767 * </ul>
6868 *
69- * <h3 >AgentLoader Implementation</h3 >
69+ * <h2 >AgentLoader Implementation</h2 >
7070 *
7171 * <p>The agents parameter should point to a class that implements {@link AgentLoader}. It can
7272 * reference either:
7676 * <li>A class with default constructor: {@code com.example.MyProvider}
7777 * </ul>
7878 *
79- * <h3 >Web Interface</h3 >
79+ * <h2 >Web Interface</h2 >
8080 *
8181 * <p>Once started, ADK Web UI is available at {@code http://host:port} where users can interact
8282 * with available agents.
You can’t perform that action at this time.
0 commit comments