riverforge 0.0.0__py3-none-any.whl
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.
riverforge/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: riverforge
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved for Riverforge - a fully local, offline AI coding agent (coming soon).
|
|
5
|
+
Author: Aurasoft UK
|
|
6
|
+
Project-URL: Homepage, https://aurasoft.co.uk/riverforge
|
|
7
|
+
Keywords: ai,agent,coding,offline,local,llm
|
|
8
|
+
Classifier: Development Status :: 1 - Planning
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Requires-Python: >=3.9
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# Riverforge
|
|
16
|
+
|
|
17
|
+
Reserved package name for **Riverforge** — a fully local, offline AI coding agent by
|
|
18
|
+
Aurasoft UK. Public release coming soon.
|
|
19
|
+
|
|
20
|
+
Project: https://aurasoft.co.uk/riverforge
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
riverforge/__init__.py,sha256=f0qZe-zvM7JoihTOV5VBCARfnFOLoewTCFQpTibBMbs,113
|
|
2
|
+
riverforge-0.0.0.dist-info/METADATA,sha256=aRzLPfyI4VeZ3ZTodDfhercTtw1c9kYbGIKVo4AXs9M,724
|
|
3
|
+
riverforge-0.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
riverforge-0.0.0.dist-info/top_level.txt,sha256=IX0tJMSIi3a6AHxZKcMfXgd_AwNAEYngR10g1CeKPss,11
|
|
5
|
+
riverforge-0.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
riverforge
|