@@ -11,33 +11,33 @@ The most compelling demo: the same agent logic written in English, French, and
1111Japanese, running identically. Proves that Multilingual is the only AI
1212programming platform where agent code is idiomatic in any human language.
1313
14- - [ ` examples/agent_en.ml ` ] ( ../examples/agent_en.ml ) — English
15- - [ ` examples/agent_fr.ml ` ] ( ../examples/agent_fr.ml ) — French
16- - [ ` examples/agent_ja.ml ` ] ( ../examples/agent_ja.ml ) — Japanese
14+ - [ ` examples/agent_en.ml ` ] ( ../../ examples/agent_en.ml ) — English
15+ - [ ` examples/agent_fr.ml ` ] ( ../../ examples/agent_fr.ml ) — French
16+ - [ ` examples/agent_ja.ml ` ] ( ../../ examples/agent_ja.ml ) — Japanese
1717
1818### Reactive counter
1919
2020` observe var ` + ` on .change ` + ` canvas ` — the simplest reactive web app.
2121
22- - [ ` examples/reactive_counter.ml ` ] ( ../examples/reactive_counter.ml )
22+ - [ ` examples/reactive_counter.ml ` ] ( ../../ examples/reactive_counter.ml )
2323
2424### Streaming chat (French)
2525
2626A streaming AI response bound to a reactive view, written in French.
2727
28- - [ ` examples/streaming_chat_fr.ml ` ] ( ../examples/streaming_chat_fr.ml )
28+ - [ ` examples/streaming_chat_fr.ml ` ] ( ../../ examples/streaming_chat_fr.ml )
2929
3030### Semantic search (Japanese)
3131
3232` embed ` + ` nearest ` + ` ~= ` semantic match across Japanese user input.
3333
34- - [ ` examples/semantic_search_ja.ml ` ] ( ../examples/semantic_search_ja.ml )
34+ - [ ` examples/semantic_search_ja.ml ` ] ( ../../ examples/semantic_search_ja.ml )
3535
3636### Multilingual AI dashboard
3737
3838` @agent ` , reactive state, streaming output, and canvas composition.
3939
40- - [ ` examples/multilingual_dashboard.ml ` ] ( ../examples/multilingual_dashboard.ml )
40+ - [ ` examples/multilingual_dashboard.ml ` ] ( ../../ examples/multilingual_dashboard.ml )
4141
4242## CLI tools for Core 1.0
4343
0 commit comments