fabricatio 0.2.0.dev7__tar.gz → 0.2.0.dev9__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.
Files changed (92) hide show
  1. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/.github/workflows/build-package.yaml +20 -19
  2. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/Makefile +1 -1
  3. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/PKG-INFO +1 -1
  4. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/pyproject.toml +1 -1
  5. fabricatio-0.2.0.dev9/templates.tar.gz +0 -0
  6. fabricatio-0.2.0.dev9/uv.lock +1854 -0
  7. fabricatio-0.2.0.dev7/templates.tar.gz +0 -0
  8. fabricatio-0.2.0.dev7/uv.lock +0 -1854
  9. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/.github/workflows/ruff.yaml +0 -0
  10. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/.github/workflows/tests.yaml +0 -0
  11. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/.gitignore +0 -0
  12. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/.python-version +0 -0
  13. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/Cargo.lock +0 -0
  14. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/Cargo.toml +0 -0
  15. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/LICENSE +0 -0
  16. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/README.md +0 -0
  17. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/examples/minor/hello_fabricatio.py +0 -0
  18. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/examples/propose_task/propose.py +0 -0
  19. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/examples/simple_chat/chat.py +0 -0
  20. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/__init__.py +0 -0
  21. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/_rust.pyi +0 -0
  22. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/actions/__init__.py +0 -0
  23. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/actions/communication.py +0 -0
  24. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/actions/transmission.py +0 -0
  25. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/config.py +0 -0
  26. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/core.py +0 -0
  27. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/decorators.py +0 -0
  28. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/fs/__init__.py +0 -0
  29. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/fs/readers.py +0 -0
  30. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/journal.py +0 -0
  31. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/models/action.py +0 -0
  32. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/models/events.py +0 -0
  33. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/models/generic.py +0 -0
  34. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/models/role.py +0 -0
  35. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/models/task.py +0 -0
  36. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/models/tool.py +0 -0
  37. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/models/utils.py +0 -0
  38. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/parser.py +0 -0
  39. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/py.typed +0 -0
  40. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/templates.py +0 -0
  41. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/toolboxes/__init__.py +0 -0
  42. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/python/fabricatio/toolboxes/task.py +0 -0
  43. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/src/downloaders.rs +0 -0
  44. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/src/lib.rs +0 -0
  45. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/src/templates.rs +0 -0
  46. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/binary-exploitation-ctf-solver.hbs +0 -0
  47. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/claude-xml.hbs +0 -0
  48. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/clean-up-code.hbs +0 -0
  49. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/cryptography-ctf-solver.hbs +0 -0
  50. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/document-the-code.hbs +0 -0
  51. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/find-security-vulnerabilities.hbs +0 -0
  52. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/fix-bugs.hbs +0 -0
  53. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/improve-performance.hbs +0 -0
  54. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/refactor.hbs +0 -0
  55. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/reverse-engineering-ctf-solver.hbs +0 -0
  56. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/web-ctf-solver.hbs +0 -0
  57. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/write-git-commit.hbs +0 -0
  58. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/write-github-pull-request.hbs +0 -0
  59. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/templates/built-in/write-github-readme.hbs +0 -0
  60. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/__init__.py +0 -0
  61. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_config.py +0 -0
  62. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_core.py +0 -0
  63. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_decorators.py +0 -0
  64. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_events.py +0 -0
  65. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_examples.py +0 -0
  66. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_action.py +0 -0
  67. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_communication.py +0 -0
  68. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_events.py +0 -0
  69. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_generic.py +0 -0
  70. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_llm_usage.py +0 -0
  71. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_propose_task.py +0 -0
  72. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_role.py +0 -0
  73. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_role_with_actions.py +0 -0
  74. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_task.py +0 -0
  75. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_template_manager.py +0 -0
  76. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_tool.py +0 -0
  77. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_transmission.py +0 -0
  78. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_utils.py +0 -0
  79. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_briefing.py +0 -0
  80. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_briefing_and_json_example.py +0 -0
  81. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_briefing_and_llm_usage.py +0 -0
  82. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_briefing_and_llm_usage_and_json_example.py +0 -0
  83. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_dependency.py +0 -0
  84. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_dependency_and_briefing.py +0 -0
  85. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_dependency_and_briefing_and_json_example.py +0 -0
  86. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_dependency_and_briefing_and_llm_usage.py +0 -0
  87. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_dependency_and_json_example.py +0 -0
  88. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_dependency_and_llm_usage.py +0 -0
  89. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_dependency_and_llm_usage_and_json_example.py +0 -0
  90. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_with_json_example.py +0 -0
  91. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_models/test_workflow.py +0 -0
  92. {fabricatio-0.2.0.dev7 → fabricatio-0.2.0.dev9}/tests/test_parser.py +0 -0
@@ -10,27 +10,13 @@ on:
10
10
 
11
11
  jobs:
12
12
  check-and-release:
13
- runs-on: windows-latest
13
+ runs-on: ${{ matrix.os }}
14
+ strategy:
15
+ matrix:
16
+ os: [ windows-latest, ubuntu-latest ]
14
17
  steps:
15
18
  - name: Checkout repository
16
19
  uses: actions/checkout@v4
17
-
18
- - name: Install the latest version of uv
19
- uses: astral-sh/setup-uv@v5
20
- with:
21
- version: "latest"
22
- - name: Install nightly rust
23
- run: |
24
- rustup default nightly
25
- - name: Install deps
26
- run: |
27
- uv sync --no-install-project
28
- - name: Build
29
- run: |
30
- make
31
-
32
-
33
-
34
20
  - name: Get current version
35
21
  id: get_version
36
22
  run: |
@@ -53,6 +39,21 @@ jobs:
53
39
  echo "VERSION_CHANGED=false" >> $GITHUB_OUTPUT
54
40
  fi
55
41
  shell: bash
42
+
43
+ - name: Install the latest version of uv
44
+ uses: astral-sh/setup-uv@v5
45
+ with:
46
+ version: "latest"
47
+ - name: Install nightly rust
48
+ run: |
49
+ rustup default nightly
50
+ - name: Install deps
51
+ run: |
52
+ uv sync --no-install-project --all-extras
53
+ - name: Build
54
+ run: |
55
+ make
56
+
56
57
  - name: Packing templates
57
58
  if: ${{ steps.check_version_change.outputs.VERSION_CHANGED == 'true' }}
58
59
  run: |
@@ -77,4 +78,4 @@ jobs:
77
78
  make publish
78
79
  env:
79
80
  MATURIN_USERNAME: __token__
80
- MATURIN_PASSWORD: ${{ secrets.PYPI_TOKEN }}
81
+ MATURIN_PASSWORD: ${{ secrets.PYPI_TOKEN }}
@@ -22,5 +22,5 @@ clean:
22
22
  rm -rf $(DIST) $(DATA)
23
23
 
24
24
  publish:tools
25
- uvx --with-editable . maturin publish
25
+ uvx --with-editable . maturin publish --skip-existing
26
26
  .PHONY: tools
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fabricatio
3
- Version: 0.2.0.dev7
3
+ Version: 0.2.0.dev9
4
4
  Classifier: License :: OSI Approved :: MIT License
5
5
  Classifier: Programming Language :: Python :: 3.12
6
6
  Classifier: Programming Language :: Python :: Implementation :: CPython
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "fabricatio"
3
- version = "0.2.0-dev.7"
3
+ version = "0.2.0-dev.9"
4
4
  description = "A LLM multi-agent framework."
5
5
  readme = "README.md"
6
6
  license = { file = "LICENSE" }
Binary file