You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

agilecoder

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agilecoder - pypi Package Compare versions

Comparing version
0.1.6
to
0.1.6.1
+2
-1
agilecoder.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: agilecoder
Version: 0.1.6
Version: 0.1.6.1
Summary: AgileCoder

@@ -15,2 +15,3 @@ Home-page: https://github.com/FSoft-AI4Code/AgileCoder

Requires-Dist: nltk
Requires-Dist: flask
Requires-Dist: tenacity

@@ -17,0 +18,0 @@ Requires-Dist: python-dotenv

@@ -6,2 +6,3 @@ openai==0.28.1

nltk
flask
tenacity

@@ -8,0 +9,0 @@ python-dotenv

@@ -5,3 +5,3 @@ import os

import signal
import glob
import json
import subprocess

@@ -481,2 +481,4 @@ import time

writer.write("{}:\n{}\n\n".format("Incorporated_images", len(self.incorporated_images.keys())))
with open(os.path.join(directory, 'tool_usage.json'), "w") as f:
json.dump(self.tool_usage, f)
print(os.path.join(directory, meta_filename), "Wrote")

@@ -483,0 +485,0 @@

Metadata-Version: 2.1
Name: agilecoder
Version: 0.1.6
Version: 0.1.6.1
Summary: AgileCoder

@@ -15,2 +15,3 @@ Home-page: https://github.com/FSoft-AI4Code/AgileCoder

Requires-Dist: nltk
Requires-Dist: flask
Requires-Dist: tenacity

@@ -17,0 +18,0 @@ Requires-Dist: python-dotenv

from setuptools import setup, find_packages
setup(name='agilecoder',
version='0.1.6',
version='0.1.6.1',
description='AgileCoder',

@@ -21,2 +21,3 @@ url='https://github.com/FSoft-AI4Code/AgileCoder',

"nltk",
"flask",
"tenacity",

@@ -23,0 +24,0 @@ "python-dotenv",