ad4m
ad4m copied to clipboard
Agent-centric social network and interoperability dApp framework
globalThis.LANGUAGES is declared at https://github.com/coasys/ad4m/blob/dev/executor/src/languages_extension.d.ts#L38-L46 ``` declare global { interface RustLanguages { perspectiveDiffReceived: (diff: PerspectiveDiff, languageAddress: string) => void; syncStateChanged: (state: PerspectiveState, languageAddress: string) => void; telepresenceSignalReceived: (signal: PerspectiveExpression, languageAddress:...
Not a biggie, but...To avoid [JsCore](https://github.com/coasys/ad4m/blob/dev/rust-executor/src/js_core/mod.rs) using the same name as the [JavaScriptCore](https://developer.apple.com/documentation/javascriptcore) runtime. Deno uses V8. BunJS uses JavascriptCore. So this rename would avoid conflating Deno with the JavascriptCore...
This adds AI model inference to ADAM, including downloading and managing of models from Huggingface, registering tasks and prompting models - based on [Kalosm](https://github.com/floneum/floneum/tree/main/interfaces/kalosm). As a first step, this PR...
ADAM launcher, installed on Ubuntu 24 as AppImage, does not respond when clicking on Flux application. Also clicking on help items (Open Logs and Report Issue) does not respond. Can...