parent
880a0ba67b
commit
079ef73da6
@ -1,68 +1,68 @@
|
|||||||
---
|
---
|
||||||
documentation:
|
documentation:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: ['docs/**', "*.md"]
|
- any-glob-to-any-file: ["docs/**", "*.md"]
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'tests/**'
|
- any-glob-to-any-file: "tests/**"
|
||||||
|
|
||||||
agents:
|
agents:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/agents/**'
|
- any-glob-to-any-file: "swarms/agents/**"
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/artifacts/**'
|
- any-glob-to-any-file: "swarms/artifacts/**"
|
||||||
|
|
||||||
chunkers:
|
chunkers:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/chunkers/**'
|
- any-glob-to-any-file: "swarms/chunkers/**"
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/cli/**'
|
- any-glob-to-any-file: "swarms/cli/**"
|
||||||
|
|
||||||
loaders:
|
loaders:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/loaders/**'
|
- any-glob-to-any-file: "swarms/loaders/**"
|
||||||
|
|
||||||
memory:
|
memory:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/memory/**'
|
- any-glob-to-any-file: "swarms/memory/**"
|
||||||
|
|
||||||
models:
|
models:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/models/**'
|
- any-glob-to-any-file: "swarms/models/**"
|
||||||
|
|
||||||
prompts:
|
prompts:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/prompts/**'
|
- any-glob-to-any-file: "swarms/prompts/**"
|
||||||
|
|
||||||
structs:
|
structs:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/structs/**'
|
- any-glob-to-any-file: "swarms/structs/**"
|
||||||
|
|
||||||
telemetry:
|
telemetry:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/telemetry/**'
|
- any-glob-to-any-file: "swarms/telemetry/**"
|
||||||
|
|
||||||
tokenizers:
|
tokenizers:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/tokenizers/**'
|
- any-glob-to-any-file: "swarms/tokenizers/**"
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/tools/**'
|
- any-glob-to-any-file: "swarms/tools/**"
|
||||||
|
|
||||||
utils:
|
utils:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/utils/**'
|
- any-glob-to-any-file: "swarms/utils/**"
|
||||||
|
|
||||||
workers:
|
workers:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: 'swarms/workers/**'
|
- any-glob-to-any-file: "swarms/workers/**"
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: '**/*.rs'
|
- any-glob-to-any-file: "**/*.rs"
|
||||||
|
Loading…
Reference in new issue