On-device Agentic AI platform for Mobile Applications

12 Open Issues Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add a hyperlink to the ONNX website (https://onnx.ai/) within the `index.md` file located in the `docs/deliteai.dev` directory of the DeliteAI project documentation.

Complexity: 1/5
bug documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: Add a hyperlink to the ExecuTorch documentation (https://docs.pytorch.org/executorch-overview) within the `index.md` file located in the `docs/deliteai.dev` directory of the DeliteAI project.

Complexity: 1/5
bug documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: Update the root README.md file to include a hyperlink to the ExecuTorch documentation (https://docs.pytorch.org/executorch-overview) within the existing text mentioning ExecuTorch.

Complexity: 1/5
bug documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: Add a hyperlink to the ONNX website (https://onnx.ai/) within the root README.md file of the DeliteAI project.

Complexity: 1/5
bug documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: Update broken links in the DeliteAI documentation for the agent overview and Android implementation. The correct links are available in the existing README file on the DeliteAI website. The task involves finding the correct links and updating them in the specified documentation pages.

Complexity: 2/5
documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: Correct a broken anchor link in the Android SDK's README file. The link to the 'Prerequisites' section is incorrect and needs to be updated from `#-prerequisites` to `#prerequisites`.

Complexity: 1/5
bug documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: Update the `coreruntime/README.md` file's testing instructions to include a step that removes the build directory (`rm -rf $GIT_ROOT/coreruntime/build`) before building to resolve a build issue with nimbletest.

Complexity: 2/5
bug documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: Update the `coreruntime` README file to correct the path to the `nimbleclient` binary from "build/nimbleclient" to "build/nimble_client/nimble_client". This involves a simple text change in the README.md file.

Complexity: 1/5
bug documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: Update the DeliteAI website's documentation section. The current 'coming soon' message should be replaced. Options include removing the section entirely or copying the documentation content from the project's README file. The website's markdown file (`index.md`) needs to be corrected.

Complexity: 2/5
documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: Update the `coreruntime/README.md` file by adding a step to export the GIT_ROOT environment variable using the command `export GIT_ROOT=$(git rev-parse --show-toplevel)` before it's used in subsequent steps. This is a bug fix to ensure the build process works correctly.

Complexity: 2/5
bug documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: The task is to remove the "TBD" from the Android section header in the DeliteAI documentation's index.md file. This involves a simple text edit in a markdown file.

Complexity: 1/5
documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++

AI Summary: Improve the documentation on the DeliteAI website to better describe the supported Python statements. This involves referencing existing example scripts and clarifying the supported capabilities within the documentation's 'statements' section.

Complexity: 3/5
documentation good first issue

On-device Agentic AI platform for Mobile Applications

C++