@thenajs/qdrant-client 0.12.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -43,6 +43,7 @@ E injete em qualquer agente:
43
43
  @Agent({
44
44
  provider: LocalOllamaProvider, // o embed() dele gera os vetores
45
45
  prompt: "./assistente.agent.md",
46
+ contract: DefaultAgentContract,
46
47
  })
47
48
  export class Assistente {
48
49
  constructor(private readonly memory: VectorMemory) {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@thenajs/qdrant-client",
3
- "version": "0.12.0",
4
- "description": "Cliente Qdrant nativo para ThenaJS \u2014 implementa\u00e7\u00e3o de VectorStore sobre a API REST, sem SDK.",
3
+ "version": "0.13.0",
4
+ "description": "Cliente Qdrant nativo para ThenaJS implementação de VectorStore sobre a API REST, sem SDK.",
5
5
  "license": "MIT",
6
6
  "author": "castroneto",
7
7
  "repository": {
@@ -34,6 +34,6 @@
34
34
  "node": ">=20.19"
35
35
  },
36
36
  "dependencies": {
37
- "@thenajs/agentflow": "^0.12.0"
37
+ "@thenajs/agentflow": "^0.13.0"
38
38
  }
39
39
  }