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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Maintainers will not merge broker-facing changes on faith. You must exercise the
31
31
32
32
**Do not assume** a copy of the broker exists inside your clone of this repository. If you have a local checkout that includes a `broker/` tree, that is optional tooling; **contributors should obtain the server from the broker project** or use a deployment they already run.
33
33
34
-
1.**Run the broker from source** — Clone [github.com/devonartis/agentauth](https://github.com/devonartis/agentauth) and follow that repository's instructions to build and run the stack (Docker or otherwise).
34
+
1.**Run the broker from source** — Clone [github.com/devonartis/agentwrit](https://github.com/devonartis/agentwrit) and follow that repository's instructions to build and run the stack (Docker or otherwise).
35
35
36
36
2.**Or use an existing broker** you control — Point tests and demos at its base URL and register an application with a scope ceiling appropriate for the tests you run.
@@ -26,7 +26,7 @@ AI agents need credentials to access databases, APIs, and file systems. Most tea
26
26
-**Short-lived by default** — tokens expire in minutes, not hours or days
27
27
-**Delegation chains** — agents can delegate narrower permissions to other agents, enforced at every hop
28
28
29
-
This SDK is the Python client for the [AgentWrit broker](https://github.com/devonartis/agentauth). The broker is the credential authority; this SDK makes it easy to integrate from Python.
29
+
This SDK is the Python client for the [AgentWrit broker](https://github.com/devonartis/agentwrit). The broker is the credential authority; this SDK makes it easy to integrate from Python.
30
30
31
31
## Installation
32
32
@@ -40,7 +40,7 @@ Or with pip:
40
40
pip install agentwrit
41
41
```
42
42
43
-
**Requirements:** Python 3.10+ and a running [AgentWrit broker](https://github.com/devonartis/agentauth) instance.
43
+
**Requirements:** Python 3.10+ and a running [AgentWrit broker](https://github.com/devonartis/agentwrit) instance.
44
44
45
45
## Quick Start
46
46
@@ -248,7 +248,7 @@ Delegated Agent (sub-agent, max 5 hops)
248
248
|[API Reference](docs/api-reference.md)| Every class, method, parameter, and exception |
249
249
|[Testing Guide](docs/testing-guide.md)| Unit tests, integration tests, running the test suite |
250
250
251
-
For broker setup and administration, see the [AgentWrit broker documentation](https://github.com/devonartis/agentauth/tree/main/docs).
251
+
For broker setup and administration, see the [AgentWrit broker documentation](https://github.com/devonartis/agentwrit/tree/main/docs).
252
252
253
253
## Standards Alignment
254
254
@@ -262,7 +262,7 @@ For broker setup and administration, see the [AgentWrit broker documentation](ht
262
262
263
263
## Contributing
264
264
265
-
See **[CONTRIBUTING.md](CONTRIBUTING.md)** for the full workflow: `uv` setup, **live-broker** verification (clone [agentauth](https://github.com/devonartis/agentauth) or use your own broker), and **evidence to include in PRs** so maintainers can review broker-facing changes confidently.
265
+
See **[CONTRIBUTING.md](CONTRIBUTING.md)** for the full workflow: `uv` setup, **live-broker** verification (clone [agentwrit](https://github.com/devonartis/agentwrit) or use your own broker), and **evidence to include in PRs** so maintainers can review broker-facing changes confidently.
266
266
267
267
Quick local checks (no broker required for unit tests):
268
268
@@ -280,4 +280,4 @@ uv run pytest tests/unit/
280
280
281
281
This SDK is licensed under the [MIT License](LICENSE).
282
282
283
-
The [AgentWrit broker](https://github.com/devonartis/agentauth) is licensed separately under AGPL-3.0. See the broker repo for details.
283
+
The [AgentWrit broker](https://github.com/devonartis/agentwrit) is licensed separately under AGPL-3.0. See the broker repo for details.
0 commit comments