Skip to content

Commit ae61e89

Browse files
danstarnsryanfoxtylerjohnymontana
authored
Modus v0.18 (#144)
* start change to 0.18 * docs: * * docs: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * add events to agents * * * * * * * add note about the rest of agent fields * use any over map interface * use accumulatedReports over context * more error handling * pass non null data around * remove repeated workflow list * * * * * * * sync to support sub hypermodeinc/modus#875 * * * add start stop based on hypermodeinc/modus#889 * trunk... * updates first modus agent * * * * --------- Co-authored-by: Ryan Fox-Tyler <[email protected]> Co-authored-by: William Lyon <[email protected]>
1 parent 2cc86fa commit ae61e89

File tree

18 files changed

+3160
-381
lines changed

18 files changed

+3160
-381
lines changed

create-project.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Once you have created a project, Hypermode prompts you to finish setting up your
2020
project using the CLI.
2121

2222
First, install the Modus CLI and initialize your app. For more information on
23-
creating your first Modus app, visit the [Modus quickstart](modus/quickstart).
23+
creating your first Modus app, visit the
24+
[Modus quickstart](modus/first-modus-agent).
2425

2526
Next, initialize the app with Hypermode through the [Hyp CLI](/hyp-cli) and link
2627
your GitHub repo with your Modus app to Hypermode using:

docs.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,16 @@
105105
"group": "Getting Started",
106106
"pages": [
107107
"modus/overview",
108-
"modus/project-structure",
109-
"modus/quickstart"
108+
"modus/first-modus-agent",
109+
"modus/functions",
110+
"modus/agents",
111+
"modus/knowledge-graphs"
110112
]
111113
},
112114
{
113115
"group": "Building Your App",
114116
"pages": [
117+
"modus/project-structure",
115118
"modus/app-manifest",
116119
"modus/data-fetching",
117120
"modus/model-invoking",
@@ -132,6 +135,7 @@
132135
"group": "AssemblyScript SDK",
133136
"pages": [
134137
"modus/sdk/assemblyscript/overview",
138+
"modus/sdk/assemblyscript/agents",
135139
"modus/sdk/assemblyscript/console",
136140
"modus/sdk/assemblyscript/dgraph",
137141
"modus/sdk/assemblyscript/graphql",
@@ -147,6 +151,7 @@
147151
"group": "Go SDK",
148152
"pages": [
149153
"modus/sdk/go/overview",
154+
"modus/sdk/go/agents",
150155
"modus/sdk/go/console",
151156
"modus/sdk/go/dgraph",
152157
"modus/sdk/go/graphql",

0 commit comments

Comments
 (0)