agent-dev-cli 0.0.1b260107__tar.gz → 0.0.1b260112__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 (21) hide show
  1. agent_dev_cli-0.0.1b260112/LICENSE +40 -0
  2. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/PKG-INFO +4 -1
  3. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/pyproject.toml +3 -0
  4. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/_version.py +1 -1
  5. agent_dev_cli-0.0.1b260107/src/agentdev/_bootstrap.py → agent_dev_cli-0.0.1b260112/src/agentdev/bootstrap.py +1 -1
  6. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/cli.py +5 -1
  7. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/README.md +0 -0
  8. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/__init__.py +0 -0
  9. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/__main__.py +0 -0
  10. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/_hooks.py +0 -0
  11. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/backend/__init__.py +0 -0
  12. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/backend/_conversations.py +0 -0
  13. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/backend/_utils.py +0 -0
  14. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/backend/code_analyzer.py +0 -0
  15. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/backend/errors.py +0 -0
  16. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/backend/event_mapper.py +0 -0
  17. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/backend/server.py +0 -0
  18. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/backend/structs/__init__.py +0 -0
  19. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/backend/structs/entity_response.py +0 -0
  20. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/backend/structs/request.py +0 -0
  21. {agent_dev_cli-0.0.1b260107 → agent_dev_cli-0.0.1b260112}/src/agentdev/localdebug.py +0 -0
@@ -0,0 +1,40 @@
1
+ Microsoft AI Toolkit – Agent Dev CLI License Terms
2
+
3
+ 1. Scope and Applicability
4
+ These License Terms ("Terms") govern your use of the Agent Dev CLI software package, including all accompanying files, documentation, updates, and modifications (the "Software"). The Software is a component of Microsoft AI Toolkit for Visual Studio Code ("AI Toolkit") and is licensed, not sold.
5
+ These Terms supplement the license agreement applicable to AI Toolkit. In the event of a conflict, these Terms control solely with respect to the Software.
6
+
7
+ 2. License Grant
8
+ Subject to your compliance with these Terms, Microsoft grants you a limited, non‑exclusive, non‑transferable, revocable license to install and use the Software solely in connection with the AI Toolkit for the purpose of developing, visualizing, debugging, and testing AI agents.
9
+
10
+ 3. Restrictions
11
+ You may not, and may not permit others to:
12
+ Copy, modify, adapt, translate, or create derivative works of the Software
13
+ Reverse engineer, decompile, or disassemble the Software, except to the extent permitted by applicable law
14
+ Distribute, sublicense, rent, lease, lend, host, or provide the Software as a standalone offering
15
+ Use the Software independently of AI Toolkit or outside its intended development and debugging functionality
16
+ Remove, alter, or obscure any proprietary notices in the Software
17
+
18
+ 4. Open Source Exclusion
19
+ The Software is not open source. No rights are granted under any open‑source license, and no obligation exists to make source code available.
20
+
21
+ 5. Updates and Changes
22
+ Microsoft may update, modify, suspend, or discontinue the Software at any time without notice. Any updates provided are governed by these Terms unless Microsoft provides other terms with the update.
23
+
24
+ 6. Feedback
25
+ If you provide feedback, suggestions, or recommendations regarding the Software, Microsoft may use them for any purpose without obligation to you.
26
+
27
+ 7. Disclaimer of Warranties
28
+ THE SOFTWARE IS PROVIDED "AS IS" AND "AS AVAILABLE." MICROSOFT DISCLAIMS ALL WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON‑INFRINGEMENT.
29
+
30
+ 8. Limitation of Liability
31
+ TO THE MAXIMUM EXTENT PERMITTED BY LAW, MICROSOFT SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR FOR LOSS OF DATA, PROFITS, OR BUSINESS INTERRUPTION, ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE.
32
+
33
+ 9. Termination
34
+ Microsoft may terminate these Terms immediately if you breach them. Upon termination, you must cease all use of the Software and delete all copies in your possession or control.
35
+
36
+ 10. Governing Law
37
+ These Terms are governed by the laws of the State of Washington, without regard to conflict‑of‑laws principles.
38
+
39
+ 11. Entire Agreement
40
+ These Terms, together with the applicable AI Toolkit license agreement, constitute the entire agreement regarding the Software and supersede any prior agreements relating to it.
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agent-dev-cli
3
- Version: 0.0.1b260107
3
+ Version: 0.0.1b260112
4
4
  Summary: AI Toolkit - CLI and SDK for agent debugging and workflow visualization
5
5
  Keywords: ai,agent,toolkit,debugging,workflow,visualization
6
6
  Author-email: Microsoft <aitkfeedback@microsoft.com>
7
7
  Requires-Python: >=3.10.0
8
8
  Description-Content-Type: text/markdown
9
+ License-Expression: LicenseRef-Microsoft-AI-Toolkit-Agent-Dev-CLI
9
10
  Classifier: Development Status :: 4 - Beta
10
11
  Classifier: Intended Audience :: Developers
11
12
  Classifier: Operating System :: OS Independent
@@ -14,9 +15,11 @@ Classifier: Programming Language :: Python :: 3.10
14
15
  Classifier: Programming Language :: Python :: 3.11
15
16
  Classifier: Programming Language :: Python :: 3.12
16
17
  Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Programming Language :: Python :: 3.14
17
19
  Classifier: Topic :: Software Development :: Debuggers
18
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
21
  Classifier: Typing :: Typed
22
+ License-File: LICENSE
20
23
  Requires-Dist: pydantic>=2.12.4
21
24
  Requires-Dist: azure-identity>=1.25.1
22
25
  Requires-Dist: python-dotenv>=1.2.1
@@ -3,6 +3,8 @@ name = "agent-dev-cli"
3
3
  dynamic = ["version"]
4
4
  description = "AI Toolkit - CLI and SDK for agent debugging and workflow visualization"
5
5
  readme = "README.md"
6
+ license = "LicenseRef-Microsoft-AI-Toolkit-Agent-Dev-CLI"
7
+ license-files = ["LICENSE"]
6
8
  requires-python = ">=3.10.0"
7
9
  authors = [
8
10
  { name = "Microsoft", email = "aitkfeedback@microsoft.com" }
@@ -17,6 +19,7 @@ classifiers = [
17
19
  "Programming Language :: Python :: 3.11",
18
20
  "Programming Language :: Python :: 3.12",
19
21
  "Programming Language :: Python :: 3.13",
22
+ "Programming Language :: Python :: 3.14",
20
23
  "Topic :: Software Development :: Debuggers",
21
24
  "Topic :: Software Development :: Libraries :: Python Modules",
22
25
  "Typing :: Typed",
@@ -1,2 +1,2 @@
1
1
  """Version information for agentdev package."""
2
- __version__ = "0.0.1b260107"
2
+ __version__ = "0.0.1b260112"
@@ -1,7 +1,7 @@
1
1
  """
2
2
  agentdev Bootstrap Module.
3
3
 
4
- This module is executed via `python -m agentdev._bootstrap` to set up
4
+ This module is executed via `python -m agentdev.bootstrap` to set up
5
5
  import hooks before running the user's agent script.
6
6
 
7
7
  The bootstrap process:
@@ -97,10 +97,14 @@ def run(
97
97
  if verbose:
98
98
  env['AGENTDEV_VERBOSE'] = '1'
99
99
 
100
+ # Use absolute path to bypass module resolution issues (e.g., Python 3.14 with debugpy).
101
+ # sys.path may not be properly inherited in subprocesses under debuggers/wrappers.
102
+ bootstrap_path = os.path.join(os.path.dirname(__file__), 'bootstrap.py')
103
+
100
104
  # Build command to run the bootstrap module
101
105
  cmd = [
102
106
  sys.executable,
103
- '-m', 'agentdev._bootstrap',
107
+ bootstrap_path,
104
108
  script_path,
105
109
  *args
106
110
  ]