lambda-agent 0.1.2__tar.gz → 0.1.3__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.
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/PKG-INFO +3 -3
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/README.md +2 -2
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent.egg-info/PKG-INFO +3 -3
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/pyproject.toml +1 -1
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/LICENSE +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/__init__.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/agent.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/cli_setup.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/config.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/context.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/main.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/scratchpad.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/spinner.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/subagent.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/todo.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent/tools.py +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent.egg-info/SOURCES.txt +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent.egg-info/dependency_links.txt +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent.egg-info/entry_points.txt +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent.egg-info/requires.txt +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/lambda_agent.egg-info/top_level.txt +0 -0
- {lambda_agent-0.1.2 → lambda_agent-0.1.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lambda-agent
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Lambda - A minimal AI coding agent
|
|
5
5
|
Author: Ayush Ranjan
|
|
6
6
|
License: Apache-2.0
|
|
@@ -20,7 +20,7 @@ Requires-Dist: rich>=13.7.0
|
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
|
|
22
22
|
<p align="center">
|
|
23
|
-
<img src="images/logo.png" alt="Lambda Logo" width="120">
|
|
23
|
+
<img src="https://raw.githubusercontent.com/ayusrjn/lambda/main/images/logo.png" alt="Lambda Logo" width="120">
|
|
24
24
|
</p>
|
|
25
25
|
|
|
26
26
|
<h1 align="center">Lambda Agent</h1>
|
|
@@ -39,7 +39,7 @@ Dynamic: license-file
|
|
|
39
39
|
---
|
|
40
40
|
|
|
41
41
|
<p align="center">
|
|
42
|
-
<img src="images/screen.png" alt="Lambda Interface" width="auto">
|
|
42
|
+
<img src="https://raw.githubusercontent.com/ayusrjn/lambda/main/images/screen.png" alt="Lambda Interface" width="auto">
|
|
43
43
|
</p>
|
|
44
44
|
|
|
45
45
|
---
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="images/logo.png" alt="Lambda Logo" width="120">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/ayusrjn/lambda/main/images/logo.png" alt="Lambda Logo" width="120">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">Lambda Agent</h1>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
---
|
|
19
19
|
|
|
20
20
|
<p align="center">
|
|
21
|
-
<img src="images/screen.png" alt="Lambda Interface" width="auto">
|
|
21
|
+
<img src="https://raw.githubusercontent.com/ayusrjn/lambda/main/images/screen.png" alt="Lambda Interface" width="auto">
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
24
|
---
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lambda-agent
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Lambda - A minimal AI coding agent
|
|
5
5
|
Author: Ayush Ranjan
|
|
6
6
|
License: Apache-2.0
|
|
@@ -20,7 +20,7 @@ Requires-Dist: rich>=13.7.0
|
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
|
|
22
22
|
<p align="center">
|
|
23
|
-
<img src="images/logo.png" alt="Lambda Logo" width="120">
|
|
23
|
+
<img src="https://raw.githubusercontent.com/ayusrjn/lambda/main/images/logo.png" alt="Lambda Logo" width="120">
|
|
24
24
|
</p>
|
|
25
25
|
|
|
26
26
|
<h1 align="center">Lambda Agent</h1>
|
|
@@ -39,7 +39,7 @@ Dynamic: license-file
|
|
|
39
39
|
---
|
|
40
40
|
|
|
41
41
|
<p align="center">
|
|
42
|
-
<img src="images/screen.png" alt="Lambda Interface" width="auto">
|
|
42
|
+
<img src="https://raw.githubusercontent.com/ayusrjn/lambda/main/images/screen.png" alt="Lambda Interface" width="auto">
|
|
43
43
|
</p>
|
|
44
44
|
|
|
45
45
|
---
|
|
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
|