You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: convert all README links to absolute URLs for PyPI compatibility
All relative links to docs, recipes, community files, and config files now
point to full GitHub URLs. Also adds cache-buster to PyPI badge.
Bump version to 0.1.3.
- LLM Gateway usage (offline-friendly fake provider example): see [recipes/02_llm_gateway/](recipes/02_llm_gateway/).
139
+
- LLM Gateway usage (offline-friendly fake provider example): see [recipes/02_llm_gateway/](https://github.com/inference-stack-llc/electripy-studio/tree/main/recipes/02_llm_gateway/).
140
140
141
141
### Demo: Policy Gateway + Agent Collaboration
142
142
@@ -152,27 +152,27 @@ Customise with `--prompt` and `--max-hops`:
152
152
electripy demo policy-collab --prompt "Alert user@corp.io about outage" --max-hops 6
153
153
```
154
154
155
-
See [recipes/03_policy_collaboration/](recipes/03_policy_collaboration/) for the standalone script.
155
+
See [recipes/03_policy_collaboration/](https://github.com/inference-stack-llc/electripy-studio/tree/main/recipes/03_policy_collaboration/) for the standalone script.
156
156
157
157
## Documentation
158
158
159
-
Full documentation is available in the [docs/](docs/) directory:
@@ -301,7 +301,7 @@ The library itself has no dependency on Poetry; it's just a convenient project m
301
301
302
302
#### 4. pre-commit (for contributors)
303
303
304
-
Once `pre-commit` is installed, enable the hooks defined in [.pre-commit-config.yaml](.pre-commit-config.yaml):
304
+
Once `pre-commit` is installed, enable the hooks defined in [.pre-commit-config.yaml](https://github.com/inference-stack-llc/electripy-studio/blob/main/.pre-commit-config.yaml):
305
305
306
306
```bash
307
307
pre-commit install
@@ -311,23 +311,23 @@ This will automatically run Black, Ruff, and basic whitespace checks on changed
311
311
312
312
### CI/CD
313
313
314
-
GitHub Actions automatically runs tests, linting, and type checking on all pull requests. See [.github/workflows/ci.yml](.github/workflows/ci.yml).
314
+
GitHub Actions automatically runs tests, linting, and type checking on all pull requests. See [.github/workflows/ci.yml](https://github.com/inference-stack-llc/electripy-studio/blob/main/.github/workflows/ci.yml).
315
315
316
316
## Recipes
317
317
318
-
Check out the [recipes/](recipes/) directory for complete examples:
318
+
Check out the [recipes/](https://github.com/inference-stack-llc/electripy-studio/tree/main/recipes) directory for complete examples:
319
319
320
-
-[01_cli_tool](recipes/01_cli_tool/) — Building a production-ready CLI tool
321
-
-[02_llm_gateway](recipes/02_llm_gateway/) — LLM Gateway basics using a fake provider (offline-friendly)
-[01_cli_tool](https://github.com/inference-stack-llc/electripy-studio/tree/main/recipes/01_cli_tool/) — Building a production-ready CLI tool
321
+
-[02_llm_gateway](https://github.com/inference-stack-llc/electripy-studio/tree/main/recipes/02_llm_gateway/) — LLM Gateway basics using a fake provider (offline-friendly)
-[Policy + Collaboration E2E recipe](https://github.com/inference-stack-llc/electripy-studio/blob/main/docs/recipes/policy-collaboration-e2e.md) — full pipeline with telemetry
-[AI Telemetry recipe](https://github.com/inference-stack-llc/electripy-studio/blob/main/docs/recipes/ai-telemetry.md) — wiring observability across components
331
331
332
332
## Requirements
333
333
@@ -336,14 +336,14 @@ Additional recipe guides are available in the docs:
336
336
337
337
## License
338
338
339
-
MIT License - See [LICENSE](LICENSE) for details.
339
+
MIT License - See [LICENSE](https://github.com/inference-stack-llc/electripy-studio/blob/main/LICENSE) for details.
340
340
341
341
## Contributing
342
342
343
-
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md) before submitting PRs. For security issues, see [SECURITY.md](SECURITY.md).
343
+
Contributions are welcome! Please read our [Contributing Guide](https://github.com/inference-stack-llc/electripy-studio/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/inference-stack-llc/electripy-studio/blob/main/CODE_OF_CONDUCT.md) before submitting PRs. For security issues, see [SECURITY.md](https://github.com/inference-stack-llc/electripy-studio/blob/main/SECURITY.md).
0 commit comments