@routecraft/routecraft 0.4.0-canary.8 → 0.4.0
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 +1 -1
- package/dist/index.cjs +3392 -957
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1991 -824
- package/dist/index.d.ts +1991 -824
- package/dist/index.js +3384 -957
- package/dist/index.js.map +1 -1
- package/package.json +47 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @routecraft/routecraft
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
AI automation as code.
|
|
4
4
|
|
|
5
5
|
Routecraft is a TypeScript-first framework for building automation capabilities that agents can invoke. Write deterministic pipelines for Software 1.0. Hand them to an AI agent as tools for Software 3.0. Both, from the same code.
|
|
6
6
|
|