applied-cli 0.6.9__tar.gz → 0.6.10__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.
Files changed (72) hide show
  1. {applied_cli-0.6.9 → applied_cli-0.6.10}/PKG-INFO +11 -1
  2. {applied_cli-0.6.9 → applied_cli-0.6.10}/README.md +10 -0
  3. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli.egg-info/PKG-INFO +11 -1
  4. {applied_cli-0.6.9 → applied_cli-0.6.10}/pyproject.toml +1 -1
  5. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/__init__.py +0 -0
  6. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/agent_scoped_flows.py +0 -0
  7. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/auth.py +0 -0
  8. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/cli.py +0 -0
  9. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/client.py +0 -0
  10. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/conversation_lookup.py +0 -0
  11. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/conversations.py +0 -0
  12. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/credentials.py +0 -0
  13. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/flow_helpers.py +0 -0
  14. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/formatters.py +0 -0
  15. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/mcp.py +0 -0
  16. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/recovery.py +0 -0
  17. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/toolkit.py +0 -0
  18. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/tools.py +0 -0
  19. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/__init__.py +0 -0
  20. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/agents.py +0 -0
  21. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/articles.py +0 -0
  22. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/catalog.py +0 -0
  23. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/connectors.py +0 -0
  24. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/content.py +0 -0
  25. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/conversations.py +0 -0
  26. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/domains.py +0 -0
  27. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/flows.py +0 -0
  28. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/knowledge.py +0 -0
  29. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/manifest.py +0 -0
  30. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/products.py +0 -0
  31. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/scenarios.py +0 -0
  32. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/taxonomy.py +0 -0
  33. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli/v2/tickets.py +0 -0
  34. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli.egg-info/SOURCES.txt +0 -0
  35. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli.egg-info/dependency_links.txt +0 -0
  36. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli.egg-info/entry_points.txt +0 -0
  37. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli.egg-info/requires.txt +0 -0
  38. {applied_cli-0.6.9 → applied_cli-0.6.10}/applied_cli.egg-info/top_level.txt +0 -0
  39. {applied_cli-0.6.9 → applied_cli-0.6.10}/setup.cfg +0 -0
  40. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_agent_scoped_flows.py +0 -0
  41. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_audit_tools.py +0 -0
  42. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_auth_context.py +0 -0
  43. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_benchmark_clone.py +0 -0
  44. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_benchmark_delete_guardrail.py +0 -0
  45. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_benchmark_list_with_results.py +0 -0
  46. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_benchmark_results.py +0 -0
  47. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_benchmark_scenario_tools.py +0 -0
  48. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_cli.py +0 -0
  49. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_cli_v2.py +0 -0
  50. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_client.py +0 -0
  51. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_client_v2.py +0 -0
  52. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_conversation_tools.py +0 -0
  53. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_flow_tools.py +0 -0
  54. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_knowledge_content_tools.py +0 -0
  55. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_recovery.py +0 -0
  56. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_scenario_bulk_cancel.py +0 -0
  57. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_scenario_bulk_run_contact.py +0 -0
  58. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_scenario_bulk_run_wait.py +0 -0
  59. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_scenario_create_bulk.py +0 -0
  60. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_toolkit_contract.py +0 -0
  61. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_agents.py +0 -0
  62. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_articles.py +0 -0
  63. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_catalog_and_mcp.py +0 -0
  64. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_connectors.py +0 -0
  65. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_content.py +0 -0
  66. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_conversations.py +0 -0
  67. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_flows.py +0 -0
  68. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_knowledge.py +0 -0
  69. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_products.py +0 -0
  70. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_scenarios.py +0 -0
  71. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_taxonomy.py +0 -0
  72. {applied_cli-0.6.9 → applied_cli-0.6.10}/tests/test_v2_tickets.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: applied-cli
3
- Version: 0.6.9
3
+ Version: 0.6.10
4
4
  Summary: CLI and shared client library for Applied Labs AI support agents
5
5
  Author: Applied Labs
6
6
  License-Expression: MIT
@@ -97,6 +97,11 @@ applied benchmark-create --agent-id <agent_id> --name "Cancel Regression"
97
97
  applied scenario-create --input-conversation-id <conversation_id> --name "<name>" \
98
98
  --benchmark-id <benchmark_id>
99
99
 
100
+ # Build a suite fast from several real conversations at once. Each scenario is
101
+ # named from its conversation's title (or "<prefix> N" with --name-prefix).
102
+ applied scenario-create-bulk --conversation-ids <id1>,<id2>,<id3> \
103
+ --benchmark-id <benchmark_id>
104
+
100
105
  # Port a suite to another agent (e.g. email -> chat). Cross-agent recreates the
101
106
  # scenarios under the destination agent; same-agent just tags them in.
102
107
  # Dry-run by default; add --apply to write.
@@ -116,6 +121,9 @@ applied scenario-bulk-cancel <job_id> --apply
116
121
  # Review pass/fail health (pass_status reflects the latest run per scenario)
117
122
  applied benchmark-results <benchmark_id> --format json
118
123
 
124
+ # Portfolio go/no-go: pass rates across all of an agent's benchmarks at a glance
125
+ applied benchmarks --agent-id <agent_id> --with-results --format json
126
+
119
127
  # Rate scenarios as you evaluate
120
128
  applied scenario-update <scenario_id> --pass-status pass --feedback "<note>"
121
129
 
@@ -167,6 +175,8 @@ conversations = await tools.conversation_query(
167
175
  | `benchmark_clone` | Copy all scenarios from one benchmark into another |
168
176
  | `benchmark_delete` | Delete a benchmark (guards against wiping scenarios) |
169
177
  | `benchmark_results` | Pass/fail/unrated tally and pass rate for a benchmark |
178
+ | `benchmark_list` | List benchmarks (with per-benchmark pass rates via `with_results`) |
179
+ | `scenario_create_bulk` | Build scenarios from several conversations at once |
170
180
  | `scenario_bulk_run` | Run scenarios (contact override + wait-to-completion) |
171
181
  | `scenario_bulk_cancel` | Cancel a stuck bulk run's queued/running scenario runs |
172
182
 
@@ -71,6 +71,11 @@ applied benchmark-create --agent-id <agent_id> --name "Cancel Regression"
71
71
  applied scenario-create --input-conversation-id <conversation_id> --name "<name>" \
72
72
  --benchmark-id <benchmark_id>
73
73
 
74
+ # Build a suite fast from several real conversations at once. Each scenario is
75
+ # named from its conversation's title (or "<prefix> N" with --name-prefix).
76
+ applied scenario-create-bulk --conversation-ids <id1>,<id2>,<id3> \
77
+ --benchmark-id <benchmark_id>
78
+
74
79
  # Port a suite to another agent (e.g. email -> chat). Cross-agent recreates the
75
80
  # scenarios under the destination agent; same-agent just tags them in.
76
81
  # Dry-run by default; add --apply to write.
@@ -90,6 +95,9 @@ applied scenario-bulk-cancel <job_id> --apply
90
95
  # Review pass/fail health (pass_status reflects the latest run per scenario)
91
96
  applied benchmark-results <benchmark_id> --format json
92
97
 
98
+ # Portfolio go/no-go: pass rates across all of an agent's benchmarks at a glance
99
+ applied benchmarks --agent-id <agent_id> --with-results --format json
100
+
93
101
  # Rate scenarios as you evaluate
94
102
  applied scenario-update <scenario_id> --pass-status pass --feedback "<note>"
95
103
 
@@ -141,6 +149,8 @@ conversations = await tools.conversation_query(
141
149
  | `benchmark_clone` | Copy all scenarios from one benchmark into another |
142
150
  | `benchmark_delete` | Delete a benchmark (guards against wiping scenarios) |
143
151
  | `benchmark_results` | Pass/fail/unrated tally and pass rate for a benchmark |
152
+ | `benchmark_list` | List benchmarks (with per-benchmark pass rates via `with_results`) |
153
+ | `scenario_create_bulk` | Build scenarios from several conversations at once |
144
154
  | `scenario_bulk_run` | Run scenarios (contact override + wait-to-completion) |
145
155
  | `scenario_bulk_cancel` | Cancel a stuck bulk run's queued/running scenario runs |
146
156
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: applied-cli
3
- Version: 0.6.9
3
+ Version: 0.6.10
4
4
  Summary: CLI and shared client library for Applied Labs AI support agents
5
5
  Author: Applied Labs
6
6
  License-Expression: MIT
@@ -97,6 +97,11 @@ applied benchmark-create --agent-id <agent_id> --name "Cancel Regression"
97
97
  applied scenario-create --input-conversation-id <conversation_id> --name "<name>" \
98
98
  --benchmark-id <benchmark_id>
99
99
 
100
+ # Build a suite fast from several real conversations at once. Each scenario is
101
+ # named from its conversation's title (or "<prefix> N" with --name-prefix).
102
+ applied scenario-create-bulk --conversation-ids <id1>,<id2>,<id3> \
103
+ --benchmark-id <benchmark_id>
104
+
100
105
  # Port a suite to another agent (e.g. email -> chat). Cross-agent recreates the
101
106
  # scenarios under the destination agent; same-agent just tags them in.
102
107
  # Dry-run by default; add --apply to write.
@@ -116,6 +121,9 @@ applied scenario-bulk-cancel <job_id> --apply
116
121
  # Review pass/fail health (pass_status reflects the latest run per scenario)
117
122
  applied benchmark-results <benchmark_id> --format json
118
123
 
124
+ # Portfolio go/no-go: pass rates across all of an agent's benchmarks at a glance
125
+ applied benchmarks --agent-id <agent_id> --with-results --format json
126
+
119
127
  # Rate scenarios as you evaluate
120
128
  applied scenario-update <scenario_id> --pass-status pass --feedback "<note>"
121
129
 
@@ -167,6 +175,8 @@ conversations = await tools.conversation_query(
167
175
  | `benchmark_clone` | Copy all scenarios from one benchmark into another |
168
176
  | `benchmark_delete` | Delete a benchmark (guards against wiping scenarios) |
169
177
  | `benchmark_results` | Pass/fail/unrated tally and pass rate for a benchmark |
178
+ | `benchmark_list` | List benchmarks (with per-benchmark pass rates via `with_results`) |
179
+ | `scenario_create_bulk` | Build scenarios from several conversations at once |
170
180
  | `scenario_bulk_run` | Run scenarios (contact override + wait-to-completion) |
171
181
  | `scenario_bulk_cancel` | Cancel a stuck bulk run's queued/running scenario runs |
172
182
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "applied-cli"
3
- version = "0.6.9"
3
+ version = "0.6.10"
4
4
  description = "CLI and shared client library for Applied Labs AI support agents"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
File without changes