@a2a-ai/ata 0.4.0-win32-x64 → 0.4.1-darwin-arm64

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 CHANGED
@@ -5,6 +5,18 @@
5
5
 
6
6
  ---
7
7
 
8
+ We are building **Ata** to be the AI assistant that can solve software engineering _and_ research problems end-to-end - not just another code-assist tool. On top of the vanilla Codex CLI, Ata adds:
9
+
10
+ - **Multiple AI providers**: OpenAI, Anthropic, and Gemini. We also provide on-premise self-hosted solutions; contact us at accounts@agents2agents.ai for details.
11
+ - **Research tools**: Paper Search (Semantic Scholar, arXiv, OpenAlex), Patent Search (EPO), and Zotero integration
12
+ - **LSP and Tree-sitter support**: for deeper semantic understanding of your codebase
13
+ - **Voice support**: powered by ElevenLabs
14
+ - **Research View**: a dedicated reading experience for papers and patents
15
+
16
+ And many more capabilities coming soon.
17
+
18
+ ---
19
+
8
20
  ## Quickstart
9
21
 
10
22
  ### Installing and running Ata CLI
@@ -46,8 +58,10 @@ You can use `ata` with ChatGPT plan or OpenAI, Anthropic, or Gemini API key. All
46
58
 
47
59
  ## Docs
48
60
 
49
- - **Coming soon** - consult [Ata docs](https://github.com/Agents2AgentsAI/ata/tree/main/docs) for now
50
61
  - [**Installing & building**](./docs/install.md)
62
+ - [**Setting up LSP & Tree-sitter**](./docs/lsp-treesitter-setup.md)
63
+ - [**Setting up Paper Search**](./docs/paper-search-setup.md)
64
+ - [**Setting up Patent Search**](./docs/patent-search-setup.md)
51
65
  - [**Setting up Zotero**](./docs/zotero-setup.md)
52
66
 
53
67
  This repository is licensed under the [Apache-2.0 License](LICENSE).
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@a2a-ai/ata",
3
- "version": "0.4.0-win32-x64",
3
+ "version": "0.4.1-darwin-arm64",
4
4
  "license": "Apache-2.0",
5
5
  "os": [
6
- "win32"
6
+ "darwin"
7
7
  ],
8
8
  "cpu": [
9
- "x64"
9
+ "arm64"
10
10
  ],
11
11
  "files": [
12
12
  "vendor"