| Name | aipype-extras JSON |
| Version |
0.1.0a4
JSON |
| download |
| home_page | None |
| Summary | Extra features and tools for the aipype framework |
| upload_time | 2025-10-26 12:04:00 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.12 |
| license | None |
| keywords |
agents
ai
extras
llm
tools
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# aipype-extras
Extra tools for the aipype framework.
## Installation
```bash
pip install aipype-extras
```
## Components
### LLM Log Viewer
Web interface for viewing LLM conversation logs.
**Important Security Note**
**This feature is designed for local use only for the developer to check the LLM calls being made from the agent. It should not be exposed as a remote service over public internet.**
```bash
# Start log viewer
python -m aipype_extras.llm_log_viewer
# Custom log file
python -m aipype_extras.llm_log_viewer /path/to/logs.jsonl
# Custom port
python -m aipype_extras.llm_log_viewer --port 8080
# Development mode
python -m aipype_extras.llm_log_viewer --debug
```
## Development
### Requirements
- Python ≥3.12
- aipype (core framework)
- Flask ≥3.0.0
Raw data
{
"_id": null,
"home_page": null,
"name": "aipype-extras",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "agents, ai, extras, llm, tools",
"author": null,
"author_email": "Pritam Barhate <pritambarhate@mobisoftinfotech.com>",
"download_url": "https://files.pythonhosted.org/packages/3b/16/b6a7edc66535063a11e580eb5f11cdc79fb0c63189813e196db34ec098da/aipype_extras-0.1.0a4.tar.gz",
"platform": null,
"description": "# aipype-extras\n\nExtra tools for the aipype framework.\n\n## Installation\n\n```bash\npip install aipype-extras\n```\n\n## Components\n\n### LLM Log Viewer\n\nWeb interface for viewing LLM conversation logs.\n\n**Important Security Note**\n\n**This feature is designed for local use only for the developer to check the LLM calls being made from the agent. It should not be exposed as a remote service over public internet.**\n\n\n```bash\n# Start log viewer\npython -m aipype_extras.llm_log_viewer\n\n# Custom log file\npython -m aipype_extras.llm_log_viewer /path/to/logs.jsonl\n\n# Custom port\npython -m aipype_extras.llm_log_viewer --port 8080\n\n# Development mode\npython -m aipype_extras.llm_log_viewer --debug\n```\n\n## Development\n\n### Requirements\n- Python \u22653.12\n- aipype (core framework)\n- Flask \u22653.0.0\n",
"bugtrack_url": null,
"license": null,
"summary": "Extra features and tools for the aipype framework",
"version": "0.1.0a4",
"project_urls": {
"Homepage": "https://github.com/mobisoftinfotech/aipype",
"Issues": "https://github.com/mobisoftinfotech/aipype/issues",
"Repository": "https://github.com/mobisoftinfotech/aipype"
},
"split_keywords": [
"agents",
" ai",
" extras",
" llm",
" tools"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "edfd611b754d99afe85b0261dced45b74fd7e662e80e581fd321117df9261366",
"md5": "8977e304855086af1044ea44311f17fd",
"sha256": "21d76eb15c74b8fefd9e34379304b99938738c21bf9f7fbb0f2a9313cab78f12"
},
"downloads": -1,
"filename": "aipype_extras-0.1.0a4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8977e304855086af1044ea44311f17fd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 11046,
"upload_time": "2025-10-26T12:03:58",
"upload_time_iso_8601": "2025-10-26T12:03:58.840956Z",
"url": "https://files.pythonhosted.org/packages/ed/fd/611b754d99afe85b0261dced45b74fd7e662e80e581fd321117df9261366/aipype_extras-0.1.0a4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3b16b6a7edc66535063a11e580eb5f11cdc79fb0c63189813e196db34ec098da",
"md5": "579a1e37d6b8a7d4758d715bc6fda8d8",
"sha256": "0d8b1cf11443f7e41674056e7310bfbc8334aea7b1e102c3ef75cc966f2cb840"
},
"downloads": -1,
"filename": "aipype_extras-0.1.0a4.tar.gz",
"has_sig": false,
"md5_digest": "579a1e37d6b8a7d4758d715bc6fda8d8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 27037,
"upload_time": "2025-10-26T12:04:00",
"upload_time_iso_8601": "2025-10-26T12:04:00.339347Z",
"url": "https://files.pythonhosted.org/packages/3b/16/b6a7edc66535063a11e580eb5f11cdc79fb0c63189813e196db34ec098da/aipype_extras-0.1.0a4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-26 12:04:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mobisoftinfotech",
"github_project": "aipype",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "aipype-extras"
}