@agentforge/core 0.1.1 → 0.1.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 +12 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,13 +119,21 @@ const app = workflow.compile();
|
|
|
119
119
|
|
|
120
120
|
## Documentation
|
|
121
121
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
122
|
+
📚 **[Full Documentation](https://tvscoundrel.github.io/agentforge/)**
|
|
123
|
+
|
|
124
|
+
### Core Guides
|
|
125
|
+
- [Getting Started](https://tvscoundrel.github.io/agentforge/guide/getting-started)
|
|
126
|
+
- [Core Concepts](https://tvscoundrel.github.io/agentforge/guide/concepts/tools)
|
|
127
|
+
- [API Reference](https://tvscoundrel.github.io/agentforge/api/core)
|
|
128
|
+
|
|
129
|
+
### Tutorials
|
|
130
|
+
- [Building Your First Agent](https://tvscoundrel.github.io/agentforge/tutorials/first-agent)
|
|
131
|
+
- [Creating Custom Tools](https://tvscoundrel.github.io/agentforge/tutorials/custom-tools)
|
|
132
|
+
- [Advanced Patterns](https://tvscoundrel.github.io/agentforge/tutorials/advanced-patterns)
|
|
125
133
|
|
|
126
134
|
## Examples
|
|
127
135
|
|
|
128
|
-
See the [examples](
|
|
136
|
+
See the [examples documentation](https://tvscoundrel.github.io/agentforge/examples/react-agent) for complete working examples.
|
|
129
137
|
|
|
130
138
|
## Development
|
|
131
139
|
|