|
7 | 7 |
|
8 | 8 | <!-- CTA Buttons --> |
9 | 9 | <p> |
10 | | - <a href="https://github.com/always-further/deepfabric/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"> |
| 10 | + <a href="https://github.com/nolabs-ai/deepfabric/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"> |
11 | 11 | <img src="https://img.shields.io/badge/Contribute-Good%20First%20Issues-green?style=for-the-badge&logo=github" alt="Good First Issues"/> |
12 | 12 | </a> |
13 | 13 | |
|
21 | 21 | <a href="https://opensource.org/licenses/Apache-2.0"> |
22 | 22 | <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"/> |
23 | 23 | </a> |
24 | | - <a href="https://github.com/always-further/deepfabric/actions/workflows/test.yml"> |
25 | | - <img src="https://github.com/always-further/deepfabric/actions/workflows/test.yml/badge.svg" alt="CI Status"/> |
| 24 | + <a href="https://github.com/nolabs-ai/deepfabric/actions/workflows/test.yml"> |
| 25 | + <img src="https://github.com/nolabs-ai/deepfabric/actions/workflows/test.yml/badge.svg" alt="CI Status"/> |
26 | 26 | </a> |
27 | 27 | <a href="https://pypi.org/project/deepfabric/"> |
28 | 28 | <img src="https://img.shields.io/pypi/v/deepfabric.svg" alt="PyPI Version"/> |
@@ -84,7 +84,7 @@ DeepFabric also uses YAML configuration with three main sections and optional sh |
84 | 84 | > [!NOTE] |
85 | 85 | > The following uses mocked tool execution, so will require a runing Spin service, which we provide in a docker image: |
86 | 86 | ```bash |
87 | | -docker run -d -p 3000:3000 ghcr.io/always-further/deepfabric/tools-sdk:latest` |
| 87 | +docker run -d -p 3000:3000 ghcr.io/nolabs-ai/deepfabric/tools-sdk:latest` |
88 | 88 | ``` |
89 | 89 |
|
90 | 90 | Save the following as `config.yaml`: |
@@ -537,16 +537,16 @@ You can extend DeepFabric with custom tools written in Python, JavaScript, Go, o |
537 | 537 |
|
538 | 538 | ## Resources |
539 | 539 |
|
540 | | -- [Documentation](https://always-further.github.io/deepfabric/) |
| 540 | +- [Documentation](https://nolabs-ai.github.io/deepfabric/) |
541 | 541 | - [Examples](./examples/README.md) |
542 | 542 | - [Tool Tracing Guide](./tool-traces.md) |
543 | 543 | - [Discord](https://discord.gg/pPcjYzGvbS) |
544 | | -- [Issues](https://github.com/always-further/deepfabric/issues) |
| 544 | +- [Issues](https://github.com/nolabs-ai/deepfabric/issues) |
545 | 545 |
|
546 | 546 | ## Development |
547 | 547 |
|
548 | 548 | ```bash |
549 | | -git clone https://github.com/always-further/deepfabric |
| 549 | +git clone https://github.com/nolabs-ai/deepfabric |
550 | 550 | cd deepfabric |
551 | 551 | uv sync --all-extras |
552 | 552 | make test |
|
0 commit comments