jupyter-ai-agents
View on PyPI — Reverse Dependencies (1)
0.5.0 | jupyter_ai_agents-0.5.0-py3-none-any.whl |
0.4.0 | jupyter_ai_agents-0.4.0-py3-none-any.whl |
Wheel Details
Project: | jupyter-ai-agents |
Version: | 0.5.0 |
Filename: | jupyter_ai_agents-0.5.0-py3-none-any.whl |
Download: | [link] |
Size: | 19654 |
MD5: | bac29008ebaf49f10bdcd5eccf01e47b |
SHA256: | 981e6783b196298e5ca9a8e5d38825e06a3cff76579b7516dc4d93304ddd925e |
Uploaded: | 2025-02-23 08:50:20 +0000 |
dist-info
METADATA · WHEEL · RECORD · entry_points.txt
METADATA
WHEEL
Wheel-Version: | 1.0 |
Generator: | hatchling 1.27.0 |
Root-Is-Purelib: | true |
Tag: | py3-none-any |
RECORD
Path | Digest | Size |
---|---|---|
jupyter_ai_agents/__init__.py | sha256=QleYyX8RoFG3RiYtzUPRNRu5rUTPYhAl5pGsVunX6es | 107 |
jupyter_ai_agents/__version__.py | sha256=HeSS96DWRkIubsjAXe8ftajAlYJeETmjVpNYSYBUe1I | 116 |
jupyter_ai_agents/utils.py | sha256=QAWfZ9yge6S2SaDqLmF6_2Mq7PxXZ6hka2oAO1_VP8I | 2073 |
jupyter_ai_agents/agents/__init__.py | sha256=hPccKGOjmZpRT2QyHHo0RXmHUwEo6dSQEzNJVN9TSQw | 67 |
jupyter_ai_agents/agents/explain_error.py | sha256=eTKHBB5Gta_iE9ALBjIMEauC-dcS17ZjqJ-Snu1XMgE | 2398 |
jupyter_ai_agents/agents/metadata.py | sha256=vtdKHg6Zf9iwjON4ze85IYd7Okc-tIRFdw2dgGWeuUM | 4090 |
jupyter_ai_agents/agents/promp_agent.py | sha256=PIl4rX9hoXgBlZg5V8Yi0rXerra72tU-DMo-1liFQBo | 4092 |
jupyter_ai_agents/agents/prompt.py | sha256=mAYPchbbMSJlv101NvD95-2V2msRxytuoQHZnrg2e3Y | 2404 |
jupyter_ai_agents/agents/utils.py | sha256=aYdxCnx3mfQx7TEtdWo3qErdJn5BFPNsIWM6Kw-9GDo | 745 |
jupyter_ai_agents/cli/__init__.py | sha256=DgiIWDb9YAXp8cT2q9foci_w_58IFSPiKztUQbe3thc | 98 |
jupyter_ai_agents/cli/app.py | sha256=7-x-lOk8g_ltaj7ZKv70XHphUIqqRhPPv7Oi_yRAs3Y | 3566 |
jupyter_ai_agents/cli/base.py | sha256=-YBC0PHe6KyAnWQU6GywYVFjfXRqRZ1hQPlRB7jq9fw | 4544 |
jupyter_ai_agents/cli/consoleapp.py | sha256=wTgx4LDUQhll9K7TfSFiITxsP0Yhf0DQTx6fxiT1qc0 | 1832 |
jupyter_ai_agents/providers/__init__.py | sha256=hPccKGOjmZpRT2QyHHo0RXmHUwEo6dSQEzNJVN9TSQw | 67 |
jupyter_ai_agents/providers/azure_openai.py | sha256=i_mSUFqqprOlZrBirrprtofjuovku7bBhymI4auIPKk | 953 |
jupyter_ai_agents/providers/github_copilot.py | sha256=JRiGYgjf6Uh3zAO-_r486ZuhfIMZvtLB9E28xkln9aY | 964 |
jupyter_ai_agents/tests/__init__.py | sha256=g_QvlQvpo1HxKKGqsq59XyCSX2AhXc_WxqbGcuaEADI | 115 |
jupyter_ai_agents/tools/__init__.py | sha256=r3UFk-TI1-ZPWF-b8h3D7_VU3Z0Qi41sBn7NF5lXVVQ | 99 |
jupyter_ai_agents/tools/tools.py | sha256=ChxIcuRcHooCBtk77uSmom85FcW0msIOXjCNBd2kvIM | 1313 |
jupyter_ai_agents-0.5.0.dist-info/METADATA | sha256=9ftwkh5ivfjjbucDd8qW5N9kBSLLu-Xl_byJnHljv0Y | 9183 |
jupyter_ai_agents-0.5.0.dist-info/WHEEL | sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ | 87 |
jupyter_ai_agents-0.5.0.dist-info/entry_points.txt | sha256=0uqEaqnuZRJ5Y6w-UDbrbvHvgHRySRBiBkEGC_SLTyo | 172 |
jupyter_ai_agents-0.5.0.dist-info/licenses/LICENSE | sha256=W_0rWKXq5rcG8a4qp2wkg_MUCpYg4QwjEMWZtVYdmT4 | 1882 |
jupyter_ai_agents-0.5.0.dist-info/RECORD | — | — |
entry_points.txt
jaa = jupyter_ai_agents.cli.app:main
jupyter-ai-agents = jupyter_ai_agents.cli.app:main
jupyter-ai-agents-console = jupyter_ai_agents.cli.consoleapp:main