<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.top-logic</groupId>
    <artifactId>tl-parent-core</artifactId>
    <version>8.0.0-alpha6</version>
    <relativePath />
  </parent>
  <artifactId>tl-ai-parent</artifactId>
  <licenses>
    <license>
      <name>LicenseRef-BOS-TopLogic-1.0</name>
      <url>https://github.com/top-logic/.github/blob/main/LICENSES/LicenseRef-BOS-TopLogic-1.0.md</url>
    </license>
  </licenses>
  <version>2.0.0</version>
  <packaging>pom</packaging>
  <scm>
    <connection>scm:git:https://github.com/top-logic/tl-ai.git</connection>
    <developerConnection>scm:git:http://tl.bos.local:3000/TopLogic/tl-ai.git</developerConnection>
    <url>https://github.com/top-logic/tl-ai</url>
    <tag>TL_2.0.0</tag>
  </scm>
  <modules>
    <module>tl-ai-mcp-server</module>
    <module>tl-chat</module>
    <module>tl-ai-demo</module>
    <module>tl-ai-vector-index</module>
    <module>tl-ai-tool-api</module>
    <module>tl-ai-core</module>
  </modules>
  <properties>
    <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
  </properties>
  <dependencies />
  <build>
    <plugins />
  </build>
</project>
