aru-code 0.2.0__tar.gz → 0.3.0__tar.gz
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.
- {aru_code-0.2.0 → aru_code-0.3.0}/PKG-INFO +8 -2
- {aru_code-0.2.0 → aru_code-0.3.0}/README.md +4 -0
- aru_code-0.3.0/aru/__init__.py +1 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/cli.py +2 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/config.py +2 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/tools/ast_tools.py +2 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/tools/gitignore.py +2 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/tools/mcp_client.py +2 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/tools/tasklist.py +2 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru_code.egg-info/PKG-INFO +8 -2
- {aru_code-0.2.0 → aru_code-0.3.0}/pyproject.toml +4 -2
- aru_code-0.2.0/aru/__init__.py +0 -1
- {aru_code-0.2.0 → aru_code-0.3.0}/LICENSE +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/agents/__init__.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/agents/base.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/agents/executor.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/agents/planner.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/context.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/providers.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/tools/__init__.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/tools/codebase.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru/tools/ranker.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru_code.egg-info/SOURCES.txt +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru_code.egg-info/dependency_links.txt +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru_code.egg-info/entry_points.txt +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru_code.egg-info/requires.txt +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/aru_code.egg-info/top_level.txt +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/setup.cfg +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_agents_base.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_ast_tools.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_cli.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_cli_advanced.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_cli_base.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_cli_completers.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_cli_new.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_cli_run_cli.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_cli_session.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_cli_shell.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_codebase.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_config.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_context.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_executor.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_gitignore.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_main.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_mcp_client.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_planner.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_providers.py +0 -0
- {aru_code-0.2.0 → aru_code-0.3.0}/tests/test_ranker.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aru-code
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: A Claude Code clone built with Agno agents
|
|
5
5
|
Author-email: Estevao <estevaofon@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -11,9 +11,11 @@ Keywords: ai,coding-assistant,claude,cli,agents
|
|
|
11
11
|
Classifier: Development Status :: 3 - Alpha
|
|
12
12
|
Classifier: Environment :: Console
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
16
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
17
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
16
|
-
Requires-Python: >=3.
|
|
18
|
+
Requires-Python: >=3.11
|
|
17
19
|
Description-Content-Type: text/markdown
|
|
18
20
|
License-File: LICENSE
|
|
19
21
|
Requires-Dist: agno<3,>=2.5.10
|
|
@@ -50,6 +52,10 @@ An intelligent coding assistant for the terminal, powered by LLMs and [Agno](htt
|
|
|
50
52
|
|
|
51
53
|
|
|
52
54
|
|
|
55
|
+
https://github.com/user-attachments/assets/17674bfc-3d49-4e25-bdc7-dc445d5a089d
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
53
59
|
## Highlights
|
|
54
60
|
|
|
55
61
|
- **Multi-Agent Architecture** — Specialized agents for planning, execution, and conversation
|
|
@@ -6,6 +6,10 @@ An intelligent coding assistant for the terminal, powered by LLMs and [Agno](htt
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
https://github.com/user-attachments/assets/17674bfc-3d49-4e25-bdc7-dc445d5a089d
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
9
13
|
## Highlights
|
|
10
14
|
|
|
11
15
|
- **Multi-Agent Architecture** — Specialized agents for planning, execution, and conversation
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.3.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aru-code
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: A Claude Code clone built with Agno agents
|
|
5
5
|
Author-email: Estevao <estevaofon@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -11,9 +11,11 @@ Keywords: ai,coding-assistant,claude,cli,agents
|
|
|
11
11
|
Classifier: Development Status :: 3 - Alpha
|
|
12
12
|
Classifier: Environment :: Console
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
16
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
17
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
16
|
-
Requires-Python: >=3.
|
|
18
|
+
Requires-Python: >=3.11
|
|
17
19
|
Description-Content-Type: text/markdown
|
|
18
20
|
License-File: LICENSE
|
|
19
21
|
Requires-Dist: agno<3,>=2.5.10
|
|
@@ -50,6 +52,10 @@ An intelligent coding assistant for the terminal, powered by LLMs and [Agno](htt
|
|
|
50
52
|
|
|
51
53
|
|
|
52
54
|
|
|
55
|
+
https://github.com/user-attachments/assets/17674bfc-3d49-4e25-bdc7-dc445d5a089d
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
53
59
|
## Highlights
|
|
54
60
|
|
|
55
61
|
- **Multi-Agent Architecture** — Specialized agents for planning, execution, and conversation
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "aru-code"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.3.0"
|
|
8
8
|
description = "A Claude Code clone built with Agno agents"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
11
|
-
requires-python = ">=3.
|
|
11
|
+
requires-python = ">=3.11"
|
|
12
12
|
authors = [
|
|
13
13
|
{ name = "Estevao", email = "estevaofon@gmail.com" },
|
|
14
14
|
]
|
|
@@ -17,6 +17,8 @@ classifiers = [
|
|
|
17
17
|
"Development Status :: 3 - Alpha",
|
|
18
18
|
"Environment :: Console",
|
|
19
19
|
"Intended Audience :: Developers",
|
|
20
|
+
"Programming Language :: Python :: 3.11",
|
|
21
|
+
"Programming Language :: Python :: 3.12",
|
|
20
22
|
"Programming Language :: Python :: 3.13",
|
|
21
23
|
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
|
22
24
|
]
|
aru_code-0.2.0/aru/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|