cortavyn-provider-xai
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.cortavyn</groupId>
<artifactId>cortavyn-provider-xai</artifactId>
<version>0.0.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0"><modelVersion>4.0.0</modelVersion><parent><groupId>io.github.cortavyn</groupId><artifactId>cortavyn-parent</artifactId><version>0.0.1</version></parent><artifactId>cortavyn-provider-xai</artifactId>
<description>Durable agent systems for the JVM.</description>
<name>Cortavyn: ${project.artifactId}</name><dependencies><dependency><groupId>io.github.cortavyn</groupId><artifactId>cortavyn-provider-openai-compatible</artifactId><version>${project.version}</version></dependency></dependencies></project>