Name | crewai-logger-patch JSON |
Version |
0.1
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2024-05-21 07:51:55 |
maintainer | None |
docs_url | None |
author | theCyberTech |
requires_python | None |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
1. Install via pip
``` pip install crewai_logger_patch```
2. Add import into your main crewai file - This needs to be above any other crewai imports
``` import crewai_logger_patch```
3. Add the patch method to your code - This needs to be above any otehr crewai imports
```apply_monkey_patch()```
4. Add the following below your agent instances - You msut use your agent names in place of <placeholder_name>
```<placeholder_name>._logger = crewai.utilities.Logger(verbose_level=<placeholder_name>.verbose)```
5. And the same below your crew instance
Raw data
{
"_id": null,
"home_page": null,
"name": "crewai-logger-patch",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "theCyberTech",
"author_email": "the_t3ch@pm.me",
"download_url": "https://files.pythonhosted.org/packages/62/27/9bfedd0bb70fc6c1534ff41468a368e1fa9ae07c6b233d5fab2fa82808c6/crewai_logger_patch-0.1.tar.gz",
"platform": null,
"description": "1. Install via pip \n``` pip install crewai_logger_patch```\n2. Add import into your main crewai file - This needs to be above any other crewai imports\n``` import crewai_logger_patch```\n3. Add the patch method to your code - This needs to be above any otehr crewai imports\n```apply_monkey_patch()```\n4. Add the following below your agent instances - You msut use your agent names in place of <placeholder_name>\n```<placeholder_name>._logger = crewai.utilities.Logger(verbose_level=<placeholder_name>.verbose)```\n5. And the same below your crew instance\n",
"bugtrack_url": null,
"license": null,
"summary": null,
"version": "0.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cbd99c9a1155f3c463a4afe010cbc74ac2baeef91a0f5145bbde8227f66cd6d8",
"md5": "857fbe880e5a9a23926fd2b180a24f49",
"sha256": "d304a38201bbad28559bced70393aad2d102f5acd74e19f64dc7a41592fc3c41"
},
"downloads": -1,
"filename": "crewai_logger_patch-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "857fbe880e5a9a23926fd2b180a24f49",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2149,
"upload_time": "2024-05-21T07:51:54",
"upload_time_iso_8601": "2024-05-21T07:51:54.202598Z",
"url": "https://files.pythonhosted.org/packages/cb/d9/9c9a1155f3c463a4afe010cbc74ac2baeef91a0f5145bbde8227f66cd6d8/crewai_logger_patch-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "62279bfedd0bb70fc6c1534ff41468a368e1fa9ae07c6b233d5fab2fa82808c6",
"md5": "e6dc3cf468a803f9a483f38083bb8d8a",
"sha256": "4116202eb95724351c6b41af1fb7d39e5d8aa330608ec2d1e1c2bbf6581b74b1"
},
"downloads": -1,
"filename": "crewai_logger_patch-0.1.tar.gz",
"has_sig": false,
"md5_digest": "e6dc3cf468a803f9a483f38083bb8d8a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1789,
"upload_time": "2024-05-21T07:51:55",
"upload_time_iso_8601": "2024-05-21T07:51:55.631195Z",
"url": "https://files.pythonhosted.org/packages/62/27/9bfedd0bb70fc6c1534ff41468a368e1fa9ae07c6b233d5fab2fa82808c6/crewai_logger_patch-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-21 07:51:55",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "crewai-logger-patch"
}