agent-bootstrap-kit 1.0.0__py3-none-any.whl

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.
@@ -0,0 +1,22 @@
1
+ agent_bootstrap_kit/__init__.py,sha256=S_PiBglJuQdAT20CsJGtZUbKC22bBs12MUzlxsuS5Xk,399
2
+ agent_bootstrap_kit/cli.py,sha256=J7dzCehnFRX9RGw9BR96qkqKDOqOGnKVPIK-hx3VqkE,807
3
+ agent_bootstrap_kit/extractor.py,sha256=CsOi64BceKSDK-wCNVVz0T1MmX4LpO4Ffi0qIyvAVLI,2823
4
+ agent_bootstrap_kit/scripts/EXAM_DAY_REFERENCE.py,sha256=m9wnoCB3kMISDH2OliCslaybMgkGRZroRZyhVZhMhJI,8595
5
+ agent_bootstrap_kit/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ agent_bootstrap_kit/scripts/setup.sh,sha256=DF_uuKBGwVvvDxmg7PfZ0l2ahgwM1dxASsJ0bslcYFw,1174
7
+ agent_bootstrap_kit/scripts/autogen/3_autogen_two_agent.py,sha256=fVkUeK94KwRcvcDDONQmctt4nqLhfwAfZSCOc3WJUDM,2807
8
+ agent_bootstrap_kit/scripts/autogen/4_autogen_tool_use.py,sha256=cEGyKV6moWb1b8CiRN5OQ3mOCnIYp9wFQXfYPhf1zCU,3722
9
+ agent_bootstrap_kit/scripts/autogen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ agent_bootstrap_kit/scripts/azure_ai_agent/7_azure_agent_thread.py,sha256=e3Pck7Qm5xHCqrf3GO6mWlyWtUGcxj2SO-eGi2h-FKk,5970
11
+ agent_bootstrap_kit/scripts/azure_ai_agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ agent_bootstrap_kit/scripts/plain_openai/1_multiturn_chat.py,sha256=N6jVhX86tIFVmost9r6PKvZgFhemLjibk13oXNElmqs,2904
13
+ agent_bootstrap_kit/scripts/plain_openai/2_simple_agent_tools.py,sha256=Eefc3XjcD3wl0mL3FvUXhbf750zvQwzT_GAB8mpyNxo,5682
14
+ agent_bootstrap_kit/scripts/plain_openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
+ agent_bootstrap_kit/scripts/semantic_kernel/5_sk_basic_agent.py,sha256=n_PCO2zVlRWJEkqPbsBkQJC6DqPOy6fzDuid-ki8HVY,4807
16
+ agent_bootstrap_kit/scripts/semantic_kernel/6_sk_workflow.py,sha256=DhaXLoPrWlADn5iYb5QPt08PWaptGRkf29pbhM4FgFs,7213
17
+ agent_bootstrap_kit/scripts/semantic_kernel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
+ agent_bootstrap_kit-1.0.0.dist-info/METADATA,sha256=aJ2KHKgkYxa8i-uBcpQmKEfjMfS3RyNzZYFu-WjHiNY,1902
19
+ agent_bootstrap_kit-1.0.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
20
+ agent_bootstrap_kit-1.0.0.dist-info/entry_points.txt,sha256=d_PBcnbzZ9lbh3HEkc3DLCCT9AhRNxuGuQbo-WHo74M,65
21
+ agent_bootstrap_kit-1.0.0.dist-info/top_level.txt,sha256=Rqql6fwEiF5OwJ4Ea4nVcqf_uJ-MlllQq1jsoghyJbM,20
22
+ agent_bootstrap_kit-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (83.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ agent-bootstrap = agent_bootstrap_kit.cli:main
@@ -0,0 +1 @@
1
+ agent_bootstrap_kit