Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- refactor: move tools engine to deno (#55)
* - refactor: tools bundler to use deno bundle in place of esbuild * - refactor: tools builder to contains simple and declarative types * - refactor: shinkai-tool-echo to be deno compatible * - refactor: shinkai-tool-download-pages to be deno compatible * - fix: added deno files * - fix: added file to gitignore * - refactor: shinkai-tool-playwright-example * - refactor: tools bundler to be compatible with shinkai viem * - refactor: shinkai-tool-aave-state * - refactor: shinkai-tool-coinbase-call-faucet * - refactor: shinkai-tool-coinbase-create-wallet * - refactor: shinkai-tool-coinbase-get-balance * - refactor: shinkai-tool-coinbase-get-my-address * - refactor: shinkai-tool-coinbase-get-transactions * - refactor: shinkai-tool-coinbase-send-tx * - refactor: shinkai-tool-defillama-tvl-rankings * - refactor: shinkai-tool-download-pages * - refactor: shinkai-tool-duckduckgo-search * - refactor: shinkai-tool-echo * - refactor: shinkai-tool-ethplorer-tokens * - refactor: shinkai-tool-foobar * - refactor: shinkai-tool-json-to-md * - refactor: shinkai-tool-leiden * - refactor: shinkai-tool-math-exp * - refactor: shinkai-tool-perplexity * - refactor: shinkai-tool-perplexity-api * - refactor: shinkai-tool-playwright-example * - refactor: shinkai-tool-token-price * - refactor: shinkai-tool-weather-by-city * - refactor: shinkai-tool-web3-eth-balance * - refactor: shinkai-tool-web3-eth-uniswap * - refactor: shinkai-tool-youtube-summary * - refactor: shinkai-tools-builder * - remove: shinkai-tools-bundler project * - fix: removed unused tsconfig * WIP: execute tools from rust side * - refactor: rust library to execute deno code * - fix: deno integration into rust library * - fix: tests * - fix: tests * - fix: youtube video tool * - fix: tests * - fix: defillama test * - improve: add logs to tests * - fix: json from rust to ts * - fix: disabled failing tests on aave-loan-requester tool * - fix: added deno to the CI * - fix: tests * - fix: parallel tests * - fix: missing output folder * - fix: ci install deno deps * - fix: echo tool test * - fix: tests * - fix: add lang to youtue transcript * - fix: add lang to transcription * - fix: perplexity test * - ci: bump version * - fix: skip failing tests in CI * - improve: added non json test * - fix: docs generator * - fix: improve readme
- Loading branch information