factorly 0.8.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: factorly
3
- Version: 0.8.1
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
  [![GitHub](https://img.shields.io/badge/GitHub-factorly-181717?logo=github)](https://github.com/factorly-dev/factorly)
33
33
  [![Docs](https://img.shields.io/badge/Docs-docs%2F-informational)](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 proxy between your AI agent and the tools it uses. Secrets stay in an encrypted vault on your device. Every call is logged, governed, and rate-limited.
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
- Install it, and your agent has safe access to GitHub, Slack, Stripe, and 30+ more services, plus any CLI or MCP server, in under a minute.
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
  [![GitHub](https://img.shields.io/badge/GitHub-factorly-181717?logo=github)](https://github.com/factorly-dev/factorly)
15
15
  [![Docs](https://img.shields.io/badge/Docs-docs%2F-informational)](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 proxy between your AI agent and the tools it uses. Secrets stay in an encrypted vault on your device. Every call is logged, governed, and rate-limited.
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
- Install it, and your agent has safe access to GitHub, Slack, Stripe, and 30+ more services, plus any CLI or MCP server, in under a minute.
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
 
@@ -3,4 +3,4 @@
3
3
 
4
4
  """Factorly — security and governance layer for AI agent tool access."""
5
5
 
6
- __version__ = "0.8.1"
6
+ __version__ = "0.8.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: factorly
3
- Version: 0.8.1
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
  [![GitHub](https://img.shields.io/badge/GitHub-factorly-181717?logo=github)](https://github.com/factorly-dev/factorly)
33
33
  [![Docs](https://img.shields.io/badge/Docs-docs%2F-informational)](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 proxy between your AI agent and the tools it uses. Secrets stay in an encrypted vault on your device. Every call is logged, governed, and rate-limited.
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
- Install it, and your agent has safe access to GitHub, Slack, Stripe, and 30+ more services, plus any CLI or MCP server, in under a minute.
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
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "factorly"
7
- version = "0.8.1"
7
+ version = "0.8.2"
8
8
  description = "Security and governance layer for AI agent tool access"
9
9
  readme = "README.md"
10
10
  license = {text = "GPL-3.0"}
File without changes
File without changes
File without changes