@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 +15 -1
- package/package.json +3 -3
- package/vendor/{x86_64-pc-windows-msvc/ata/ata.exe → aarch64-apple-darwin/ata/ata} +0 -0
- package/vendor/aarch64-apple-darwin/path/rg +0 -0
- package/vendor/x86_64-pc-windows-msvc/ata/ata-command-runner.exe +0 -0
- package/vendor/x86_64-pc-windows-msvc/ata/ata-windows-sandbox-setup.exe +0 -0
- package/vendor/x86_64-pc-windows-msvc/path/rg.exe +0 -0
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
|
index b39d5bd..b64f0a9
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|