chidori icon indicating copy to clipboard operation
chidori copied to clipboard

A reactive runtime for building durable AI agents

Results 8 chidori issues
Sort by recently updated
recently updated
newest added

main, docker, non-docker - the same problem. (30363a2) was my last chance to start rust example. ``` .../chidori/examples/rust/top-ai-launches-hn (30363a2) $ cargo check Updating crates.io index error: failed to select a...

This pull request introduces a comprehensive Docker Compose setup for our application and a corresponding shell script to manage the execution of tests. The key changes include: 1. Creation of...

I'm attempting to execute the **examples/rust/top-ai-launches-hn** example you graciously shared. Following the "cargo run" step, here's the outcome: ``` Compiling top-ai-launches-hn v0.1.0 (/Users/xsa-osx/RustroverProjects/code-dagger) error[E0432]: unresolved import `_chidori::create_change_value` --> src/main.rs:13:16 |...

A Docker-compose setup for local development will drastically simplify the process of getting the project up and running, especially with external data systems like Qdrant.

I get this error when I run the js example in the readme: ``` ▶ node index.js node:internal/modules/cjs/loader:1282 return process.dlopen(module, path.toNamespacedPath(filename)); ^ Error: /home/mike/code/chidori-example/node_modules/@1kbirds/chidori/package_node/native/chidori.node: invalid ELF header at Object.Module._extensions..node (node:internal/modules/cjs/loader:1282:18)...

Hey, the project looks very interesting. I tried to install node package on an M1 Mac but got the error: ``` npm ERR! response status 404 Not Found on https://github.com/thousandbirdsinc/chidori/releases/download/v0.1.21/chidori-v0.1.21-node-v108-darwin-arm64-unknown.tar.gz...

I'm trying to run the HN example you kindly provided. After `poetry install` , this is the result: ``` ❯ python top-ai-launches-hn.py Traceback (most recent call last): File "[.....]/top-ai-launches-hn.py", line...