File tree Expand file tree Collapse file tree 38 files changed +56
-63
lines changed
embabel-agent-autoconfigure
embabel-agent-platform-autoconfigure
embabel-agent-anthropic-autoconfigure
embabel-agent-bedrock-autoconfigure
embabel-agent-deepseek-autoconfigure
embabel-agent-dockermodels-autoconfigure
embabel-agent-ollama-autoconfigure
embabel-agent-openai-autoconfigure
embabel-agent-dependencies
embabel-agent-rag-pipeline
embabel-agent-starter-anthropic
embabel-agent-starter-bedrock
embabel-agent-starter-deepseek
embabel-agent-starter-dockermodels
embabel-agent-starter-mcpserver
embabel-agent-starter-ollama
embabel-agent-starter-openai
embabel-agent-starter-platform
embabel-agent-starter-shell
embabel-agent-test-support
embabel-agent-test-internal Expand file tree Collapse file tree 38 files changed +56
-63
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.embabel.agent</groupId >
66 <artifactId >embabel-agent-parent</artifactId >
7- <version >0.1.3-SNAPSHOT </version >
7+ <version >0.1.3</version >
88 </parent >
99 <artifactId >embabel-agent-a2a</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >com.embabel.agent</groupId >
76 <artifactId >embabel-agent-parent</artifactId >
8- <version >0.1.3-SNAPSHOT </version >
7+ <version >0.1.3</version >
98 </parent >
109 <artifactId >embabel-agent-api</artifactId >
11- <version >0.1.3-SNAPSHOT </version >
10+ <version >0.1.3</version >
1211 <packaging >jar</packaging >
1312 <name >Embabel Agent API</name >
1413 <description >Fluent DSL and Kotlin DSL for Agentic Flows</description >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.embabel.agent</groupId >
66 <artifactId >embabel-agent-autoconfigure</artifactId >
7- <version >0.1.3-SNAPSHOT </version >
7+ <version >0.1.3</version >
88 </parent >
99 <artifactId >embabel-agent-platform-autoconfigure</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >com.embabel.agent</groupId >
76 <artifactId >embabel-agent-autoconfigure</artifactId >
8- <version >0.1.3-SNAPSHOT </version >
7+ <version >0.1.3</version >
98 <relativePath >../../pom.xml</relativePath >
109 </parent >
1110 <artifactId >embabel-agent-anthropic-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >com.embabel.agent</groupId >
76 <artifactId >embabel-agent-autoconfigure</artifactId >
8- <version >0.1.3-SNAPSHOT </version >
7+ <version >0.1.3</version >
98 <relativePath >../../pom.xml</relativePath >
109 </parent >
1110 <artifactId >embabel-agent-bedrock-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >com.embabel.agent</groupId >
76 <artifactId >embabel-agent-autoconfigure</artifactId >
8- <version >0.1.3-SNAPSHOT </version >
7+ <version >0.1.3</version >
98 <relativePath >../../pom.xml</relativePath >
109 </parent >
1110
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >com.embabel.agent</groupId >
76 <artifactId >embabel-agent-autoconfigure</artifactId >
8- <version >0.1.3-SNAPSHOT </version >
7+ <version >0.1.3</version >
98 <relativePath >../../pom.xml</relativePath >
109 </parent >
1110 <artifactId >embabel-agent-dockermodels-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >com.embabel.agent</groupId >
76 <artifactId >embabel-agent-autoconfigure</artifactId >
8- <version >0.1.3-SNAPSHOT </version >
7+ <version >0.1.3</version >
98 <relativePath >../../pom.xml</relativePath >
109 </parent >
1110 <artifactId >embabel-agent-ollama-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >com.embabel.agent</groupId >
76 <artifactId >embabel-agent-autoconfigure</artifactId >
8- <version >0.1.3-SNAPSHOT </version >
7+ <version >0.1.3</version >
98 <relativePath >../../pom.xml</relativePath >
109 </parent >
1110 <artifactId >embabel-agent-openai-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.embabel.agent</groupId >
66 <artifactId >embabel-agent-parent</artifactId >
7- <version >0.1.3-SNAPSHOT </version >
7+ <version >0.1.3</version >
88 </parent >
99 <artifactId >embabel-agent-autoconfigure</artifactId >
1010 <packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments