fabricatio 0.2.0.dev5__tar.gz → 0.2.0.dev6__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.
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/Makefile +3 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/PKG-INFO +1 -1
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/pyproject.toml +2 -1
- fabricatio-0.2.0.dev6/templates.tar.gz +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/uv.lock +15 -1
- fabricatio-0.2.0.dev5/templates.tar.gz +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/.github/workflows/build-package.yaml +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/.github/workflows/ruff.yaml +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/.github/workflows/tests.yaml +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/.gitignore +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/.python-version +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/Cargo.lock +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/Cargo.toml +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/LICENSE +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/README.md +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/examples/minor/hello_fabricatio.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/examples/propose_task/propose.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/examples/simple_chat/chat.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/__init__.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/_rust.pyi +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/actions/__init__.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/actions/communication.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/actions/transmission.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/config.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/core.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/decorators.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/fs/__init__.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/fs/readers.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/journal.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/models/action.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/models/events.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/models/generic.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/models/role.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/models/task.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/models/tool.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/models/utils.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/parser.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/py.typed +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/templates.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/toolboxes/__init__.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/python/fabricatio/toolboxes/task.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/src/downloaders.rs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/src/lib.rs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/src/templates.rs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/binary-exploitation-ctf-solver.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/claude-xml.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/clean-up-code.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/cryptography-ctf-solver.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/document-the-code.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/find-security-vulnerabilities.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/fix-bugs.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/improve-performance.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/refactor.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/reverse-engineering-ctf-solver.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/web-ctf-solver.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/write-git-commit.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/write-github-pull-request.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/write-github-readme.hbs +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/__init__.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_config.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_core.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_decorators.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_events.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_examples.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_action.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_communication.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_events.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_generic.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_llm_usage.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_propose_task.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_role.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_role_with_actions.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_task.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_template_manager.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_tool.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_transmission.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_utils.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_briefing.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_briefing_and_json_example.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_briefing_and_llm_usage.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_briefing_and_llm_usage_and_json_example.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_dependency.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_dependency_and_briefing.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_dependency_and_briefing_and_json_example.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_dependency_and_briefing_and_llm_usage.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_dependency_and_json_example.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_dependency_and_llm_usage.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_dependency_and_llm_usage_and_json_example.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_with_json_example.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_models/test_workflow.py +0 -0
- {fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/tests/test_parser.py +0 -0
@@ -11,6 +11,9 @@ tools:
|
|
11
11
|
rm $(DATA)/scripts/*.pdb || true
|
12
12
|
rm $(DATA)/scripts/*.dwarf || true
|
13
13
|
|
14
|
+
dev:
|
15
|
+
uvx --with-editable . maturin develop --uv -r
|
16
|
+
|
14
17
|
bdist:clean tools
|
15
18
|
uvx --with-editable . maturin sdist -o $(DIST)
|
16
19
|
uvx --with-editable . maturin build -r -o $(DIST)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "fabricatio"
|
3
|
-
version = "0.2.0-dev.
|
3
|
+
version = "0.2.0-dev.6"
|
4
4
|
description = "A LLM multi-agent framework."
|
5
5
|
readme = "README.md"
|
6
6
|
license = { file = "LICENSE" }
|
@@ -54,6 +54,7 @@ data = "extra"
|
|
54
54
|
[dependency-groups]
|
55
55
|
dev = [
|
56
56
|
"maturin>=1.8.2",
|
57
|
+
"maturin-import-hook>=0.2.0",
|
57
58
|
"pytest>=8.3.4",
|
58
59
|
"pytest-asyncio>=0.25.3",
|
59
60
|
"pytest-cov>=6.0.0",
|
Binary file
|
@@ -259,7 +259,7 @@ wheels = [
|
|
259
259
|
|
260
260
|
[[package]]
|
261
261
|
name = "fabricatio"
|
262
|
-
version = "0.2.0.
|
262
|
+
version = "0.2.0.dev6"
|
263
263
|
source = { editable = "." }
|
264
264
|
dependencies = [
|
265
265
|
{ name = "appdirs" },
|
@@ -281,6 +281,7 @@ dependencies = [
|
|
281
281
|
[package.dev-dependencies]
|
282
282
|
dev = [
|
283
283
|
{ name = "maturin" },
|
284
|
+
{ name = "maturin-import-hook" },
|
284
285
|
{ name = "pytest" },
|
285
286
|
{ name = "pytest-asyncio" },
|
286
287
|
{ name = "pytest-cov" },
|
@@ -322,6 +323,7 @@ requires-dist = [
|
|
322
323
|
[package.metadata.requires-dev]
|
323
324
|
dev = [
|
324
325
|
{ name = "maturin", specifier = ">=1.8.2" },
|
326
|
+
{ name = "maturin-import-hook", specifier = ">=0.2.0" },
|
325
327
|
{ name = "pytest", specifier = ">=8.3.4" },
|
326
328
|
{ name = "pytest-asyncio", specifier = ">=0.25.3" },
|
327
329
|
{ name = "pytest-cov", specifier = ">=6.0.0" },
|
@@ -786,6 +788,18 @@ wheels = [
|
|
786
788
|
{ url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/packages/5e/df/3641646696277249407c923795825176403c208a6553e0fd21b6764038b5/maturin-1.8.2-py3-none-win_arm64.whl", hash = "sha256:4232c2380faf61862d27269c6acf14e1d542c4ba64086a3f5c356d6e5e4823e7", size = 6656754 },
|
787
789
|
]
|
788
790
|
|
791
|
+
[[package]]
|
792
|
+
name = "maturin-import-hook"
|
793
|
+
version = "0.2.0"
|
794
|
+
source = { registry = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" }
|
795
|
+
dependencies = [
|
796
|
+
{ name = "filelock" },
|
797
|
+
]
|
798
|
+
sdist = { url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/packages/93/5f/9d426545c49926f4212fbe6244bc397508a29f65e35fe307835c07c0be7b/maturin_import_hook-0.2.0.tar.gz", hash = "sha256:e8a81333179faf7b5f413e44c2a1c89604fefff433679275f724950b0a632adf", size = 31071 }
|
799
|
+
wheels = [
|
800
|
+
{ url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/packages/44/48/1e88f90750a66825a5ea8fd2e26908e4e4acade0fe5a378c36d14bc0138d/maturin_import_hook-0.2.0-py3-none-any.whl", hash = "sha256:742d882213d6aa24bacf6775ce26ab96bd4ee26ceafbbbad69d60fdc98d95ec8", size = 31134 },
|
801
|
+
]
|
802
|
+
|
789
803
|
[[package]]
|
790
804
|
name = "mccabe"
|
791
805
|
version = "0.7.0"
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/cryptography-ctf-solver.hbs
RENAMED
File without changes
|
File without changes
|
{fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/find-security-vulnerabilities.hbs
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fabricatio-0.2.0.dev5 → fabricatio-0.2.0.dev6}/templates/built-in/write-github-pull-request.hbs
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|