anu-cli 0.1.0__tar.gz → 0.1.1__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: anu-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Lightweight command-line client for Agent Network University HTTP workflows.
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Homepage, https://github.com/Sunshine-wzy/researcher
@@ -35,7 +35,7 @@ anu remote --help
35
35
  Check an ANU deployment before starting a workflow:
36
36
 
37
37
  ```bash
38
- anu doctor "https://anu.dreamurney.com" --json
38
+ anu doctor "https://anu.dreamurney.com/api" --json
39
39
  ```
40
40
 
41
41
  Credentials should be supplied through the environment-variable options shown
@@ -22,7 +22,7 @@ anu remote --help
22
22
  Check an ANU deployment before starting a workflow:
23
23
 
24
24
  ```bash
25
- anu doctor "https://anu.dreamurney.com" --json
25
+ anu doctor "https://anu.dreamurney.com/api" --json
26
26
  ```
27
27
 
28
28
  Credentials should be supplied through the environment-variable options shown
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "anu-cli"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "Lightweight command-line client for Agent Network University HTTP workflows."
5
5
  readme = "README.md"
6
6
  license = "Apache-2.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: anu-cli
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Lightweight command-line client for Agent Network University HTTP workflows.
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Homepage, https://github.com/Sunshine-wzy/researcher
@@ -35,7 +35,7 @@ anu remote --help
35
35
  Check an ANU deployment before starting a workflow:
36
36
 
37
37
  ```bash
38
- anu doctor "https://anu.dreamurney.com" --json
38
+ anu doctor "https://anu.dreamurney.com/api" --json
39
39
  ```
40
40
 
41
41
  Credentials should be supplied through the environment-variable options shown
@@ -10,7 +10,7 @@ __all__ = [
10
10
  "__version__",
11
11
  ]
12
12
 
13
- __version__ = "0.1.0"
13
+ __version__ = "0.1.1"
14
14
  CLI_DISTRIBUTION = "anu-cli"
15
15
  CLI_EXECUTABLE = "anu"
16
16
  CLI_RUN_PREFIX = "uvx anu-cli"
File without changes
File without changes
File without changes