agentsecrets-cli 3.2.0__tar.gz → 3.2.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.
- {agentsecrets_cli-3.2.0 → agentsecrets_cli-3.2.2}/.gitignore +1 -0
- {agentsecrets_cli-3.2.0 → agentsecrets_cli-3.2.2}/PKG-INFO +3 -3
- {agentsecrets_cli-3.2.0 → agentsecrets_cli-3.2.2}/README.md +2 -2
- {agentsecrets_cli-3.2.0 → agentsecrets_cli-3.2.2}/pyproject.toml +1 -1
- {agentsecrets_cli-3.2.0 → agentsecrets_cli-3.2.2}/src/agentsecrets/__init__.py +0 -0
- {agentsecrets_cli-3.2.0 → agentsecrets_cli-3.2.2}/src/agentsecrets/binary.py +0 -0
- {agentsecrets_cli-3.2.0 → agentsecrets_cli-3.2.2}/src/agentsecrets/main.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: agentsecrets-cli
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2
|
|
4
4
|
Summary: AI-native zero-knowledge secrets manager
|
|
5
5
|
Author-email: The Seventeen <engineering@theseventeen.co>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -23,7 +23,7 @@ Every other secrets tool was built for humans to provision credentials to agents
|
|
|
23
23
|
[](https://go.dev/)
|
|
24
24
|
[](https://clawhub.ai/SteppaCodes/agentsecrets)
|
|
25
25
|
|
|
26
|
-
**[Official Website](https://agentsecrets.
|
|
26
|
+
**[Official Website](https://agentsecrets.tech)** | **[Engineering Blog Series](https://engineering.theseventeen.co/series/building-agentsecrets)**
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
@@ -640,7 +640,7 @@ make test
|
|
|
640
640
|
|
|
641
641
|
## Links
|
|
642
642
|
|
|
643
|
-
- **Website**: [agentsecrets.
|
|
643
|
+
- **Website**: [agentsecrets.tech](https://agentsecrets.tech)
|
|
644
644
|
- **Deep Dive**: [Building AgentSecrets (Engineering Blog)](https://engineering.theseventeen.co/series/building-agentsecrets)
|
|
645
645
|
- **GitHub**: [github.com/The-17/agentsecrets](https://github.com/The-17/agentsecrets)
|
|
646
646
|
- **SDK**: [github.com/The-17/agentsecrets-sdk](https://github.com/The-17/agentsecrets-sdk)
|
|
@@ -8,7 +8,7 @@ Every other secrets tool was built for humans to provision credentials to agents
|
|
|
8
8
|
[](https://go.dev/)
|
|
9
9
|
[](https://clawhub.ai/SteppaCodes/agentsecrets)
|
|
10
10
|
|
|
11
|
-
**[Official Website](https://agentsecrets.
|
|
11
|
+
**[Official Website](https://agentsecrets.tech)** | **[Engineering Blog Series](https://engineering.theseventeen.co/series/building-agentsecrets)**
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
@@ -625,7 +625,7 @@ make test
|
|
|
625
625
|
|
|
626
626
|
## Links
|
|
627
627
|
|
|
628
|
-
- **Website**: [agentsecrets.
|
|
628
|
+
- **Website**: [agentsecrets.tech](https://agentsecrets.tech)
|
|
629
629
|
- **Deep Dive**: [Building AgentSecrets (Engineering Blog)](https://engineering.theseventeen.co/series/building-agentsecrets)
|
|
630
630
|
- **GitHub**: [github.com/The-17/agentsecrets](https://github.com/The-17/agentsecrets)
|
|
631
631
|
- **SDK**: [github.com/The-17/agentsecrets-sdk](https://github.com/The-17/agentsecrets-sdk)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|