Building composable LLM application with Java.
🚨
Check out Maven Central Repo for previous versions
<dependency>
<groupId>ai.knowly</groupId>
<artifactId>langtorch</artifactId>
<version>VERSION</version>
</dependency>
🔐 Feature 1: Implement Prompt Template and Annotation Based Prompt ✅
🧑💼 Feature 2: Implement OpenAI LLM Provider ✅
🔍 Feature 3: Implement Input and Output Parser ✅
🌐 Feature 4: Implement Capability Unit, Capability Node and Capability DAG ✅
💳 Feature 5: Implement Capability Agent
💳 Feature 6: Providing More Pre-Built Capability Units and Nodes
💳 Feature 7: Adding annotation based LLM service
🌐 Feature 8: Implement Memory
This library is inspired by the following libraries: