@a2a-ai/ata 0.2.0 → 0.2.1
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.
- package/README.md +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -48,5 +48,6 @@ You can use `ata` with ChatGPT plan or OpenAI, Anthropic, or Gemini API key. All
|
|
|
48
48
|
|
|
49
49
|
- **Coming soon** - consult [Ata docs](https://github.com/Agents2AgentsAI/ata/tree/main/docs) for now
|
|
50
50
|
- [**Installing & building**](./docs/install.md)
|
|
51
|
+
- [**Setting up Zotero**](./docs/zotero-setup.md)
|
|
51
52
|
|
|
52
53
|
This repository is licensed under the [Apache-2.0 License](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a2a-ai/ata",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ata": "bin/ata.js"
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
},
|
|
20
20
|
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
|
|
21
21
|
"optionalDependencies": {
|
|
22
|
-
"@a2a-ai/ata-linux-x64": "npm:@a2a-ai/ata@0.2.
|
|
23
|
-
"@a2a-ai/ata-linux-arm64": "npm:@a2a-ai/ata@0.2.
|
|
24
|
-
"@a2a-ai/ata-darwin-x64": "npm:@a2a-ai/ata@0.2.
|
|
25
|
-
"@a2a-ai/ata-darwin-arm64": "npm:@a2a-ai/ata@0.2.
|
|
26
|
-
"@a2a-ai/ata-win32-x64": "npm:@a2a-ai/ata@0.2.
|
|
22
|
+
"@a2a-ai/ata-linux-x64": "npm:@a2a-ai/ata@0.2.1-linux-x64",
|
|
23
|
+
"@a2a-ai/ata-linux-arm64": "npm:@a2a-ai/ata@0.2.1-linux-arm64",
|
|
24
|
+
"@a2a-ai/ata-darwin-x64": "npm:@a2a-ai/ata@0.2.1-darwin-x64",
|
|
25
|
+
"@a2a-ai/ata-darwin-arm64": "npm:@a2a-ai/ata@0.2.1-darwin-arm64",
|
|
26
|
+
"@a2a-ai/ata-win32-x64": "npm:@a2a-ai/ata@0.2.1-win32-x64"
|
|
27
27
|
}
|
|
28
28
|
}
|