factorly 0.8.0__tar.gz → 0.8.2__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.
- {factorly-0.8.0 → factorly-0.8.2}/PKG-INFO +6 -4
- {factorly-0.8.0 → factorly-0.8.2}/README.md +5 -3
- {factorly-0.8.0 → factorly-0.8.2}/factorly/__init__.py +1 -1
- {factorly-0.8.0 → factorly-0.8.2}/factorly.egg-info/PKG-INFO +6 -4
- {factorly-0.8.0 → factorly-0.8.2}/pyproject.toml +1 -1
- {factorly-0.8.0 → factorly-0.8.2}/factorly/__main__.py +0 -0
- {factorly-0.8.0 → factorly-0.8.2}/factorly/cli.py +0 -0
- {factorly-0.8.0 → factorly-0.8.2}/factorly.egg-info/SOURCES.txt +0 -0
- {factorly-0.8.0 → factorly-0.8.2}/factorly.egg-info/dependency_links.txt +0 -0
- {factorly-0.8.0 → factorly-0.8.2}/factorly.egg-info/entry_points.txt +0 -0
- {factorly-0.8.0 → factorly-0.8.2}/factorly.egg-info/top_level.txt +0 -0
- {factorly-0.8.0 → factorly-0.8.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: factorly
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.2
|
|
4
4
|
Summary: Security and governance layer for AI agent tool access
|
|
5
5
|
License: GPL-3.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/factorly-dev/factorly
|
|
@@ -32,13 +32,15 @@ Description-Content-Type: text/markdown
|
|
|
32
32
|
[](https://github.com/factorly-dev/factorly)
|
|
33
33
|
[](https://github.com/factorly-dev/factorly/tree/main/docs)
|
|
34
34
|
|
|
35
|
-
Stop giving your AI agents your API keys.
|
|
35
|
+
**Stop giving your AI agents your API keys.** One command. All your tools. Credentials stay out of your agent's hands.
|
|
36
36
|
|
|
37
37
|
</center>
|
|
38
38
|
|
|
39
|
-
Factorly is a local
|
|
39
|
+
Factorly is a local runtime for agent tool chains. It proxies agent tool calls, injects credentials from an encrypted vault, enforces governance rules, and logs everything.
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
REST APIs, CLI commands, and MCP servers run through one config, one audit log, one set of rules.
|
|
42
|
+
|
|
43
|
+
Your agent sees workflows, tool names, and data. Never secrets.
|
|
42
44
|
|
|
43
45
|
## Install
|
|
44
46
|
|
|
@@ -14,13 +14,15 @@
|
|
|
14
14
|
[](https://github.com/factorly-dev/factorly)
|
|
15
15
|
[](https://github.com/factorly-dev/factorly/tree/main/docs)
|
|
16
16
|
|
|
17
|
-
Stop giving your AI agents your API keys.
|
|
17
|
+
**Stop giving your AI agents your API keys.** One command. All your tools. Credentials stay out of your agent's hands.
|
|
18
18
|
|
|
19
19
|
</center>
|
|
20
20
|
|
|
21
|
-
Factorly is a local
|
|
21
|
+
Factorly is a local runtime for agent tool chains. It proxies agent tool calls, injects credentials from an encrypted vault, enforces governance rules, and logs everything.
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
REST APIs, CLI commands, and MCP servers run through one config, one audit log, one set of rules.
|
|
24
|
+
|
|
25
|
+
Your agent sees workflows, tool names, and data. Never secrets.
|
|
24
26
|
|
|
25
27
|
## Install
|
|
26
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: factorly
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.2
|
|
4
4
|
Summary: Security and governance layer for AI agent tool access
|
|
5
5
|
License: GPL-3.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/factorly-dev/factorly
|
|
@@ -32,13 +32,15 @@ Description-Content-Type: text/markdown
|
|
|
32
32
|
[](https://github.com/factorly-dev/factorly)
|
|
33
33
|
[](https://github.com/factorly-dev/factorly/tree/main/docs)
|
|
34
34
|
|
|
35
|
-
Stop giving your AI agents your API keys.
|
|
35
|
+
**Stop giving your AI agents your API keys.** One command. All your tools. Credentials stay out of your agent's hands.
|
|
36
36
|
|
|
37
37
|
</center>
|
|
38
38
|
|
|
39
|
-
Factorly is a local
|
|
39
|
+
Factorly is a local runtime for agent tool chains. It proxies agent tool calls, injects credentials from an encrypted vault, enforces governance rules, and logs everything.
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
REST APIs, CLI commands, and MCP servers run through one config, one audit log, one set of rules.
|
|
42
|
+
|
|
43
|
+
Your agent sees workflows, tool names, and data. Never secrets.
|
|
42
44
|
|
|
43
45
|
## Install
|
|
44
46
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|