@agentionai/agents 1.0.1 → 1.0.2
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.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -418,6 +418,10 @@ Check out the [examples](https://github.com/laurentzuijdwijk/agention-lib/tree/m
|
|
|
418
418
|
- RAG applications with vector search
|
|
419
419
|
- Document ingestion and chunking
|
|
420
420
|
|
|
421
|
+
## Built with Agention
|
|
422
|
+
|
|
423
|
+
- **[Marshall](https://marshall.agention.ai/)** — a coding agent for open weights. Runs a planner/coder/reviewer loop entirely on local hardware via llama.cpp or Ollama, no API key, account, or cloud required — with approval-gated file writes and shell commands, and support for mixing local and paid models across roles.
|
|
424
|
+
|
|
421
425
|
## Contributing
|
|
422
426
|
|
|
423
427
|
Contributions are welcome! Please open an issue or submit a pull request.
|