We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a311eee commit 2931b57Copy full SHA for 2931b57
pom.xml
@@ -19,6 +19,18 @@
19
<module>examples-common</module>
20
</modules>
21
22
+ <dependencies>
23
+ <dependency>
24
+ <groupId>com.embabel.agent</groupId>
25
+ <artifactId>embabel-agent-starter-openai</artifactId>
26
+ </dependency>
27
+
28
29
30
+ <artifactId>embabel-agent-starter-anthropic</artifactId>
31
32
+ </dependencies>
33
34
<repositories>
35
<repository>
36
<id>embabel-releases</id>
0 commit comments