intentkit 0.8.7__tar.gz → 0.8.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of intentkit might be problematic. Click here for more details.
- {intentkit-0.8.7 → intentkit-0.8.8}/PKG-INFO +1 -1
- {intentkit-0.8.7 → intentkit-0.8.8}/__init__.py +1 -1
- {intentkit-0.8.7 → intentkit-0.8.8}/core/engine.py +6 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/prompt.py +29 -9
- {intentkit-0.8.7 → intentkit-0.8.8}/models/user.py +26 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/pyproject.toml +1 -1
- {intentkit-0.8.7 → intentkit-0.8.8}/.gitignore +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/LICENSE +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/MANIFEST.in +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/abstracts/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/abstracts/agent.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/abstracts/api.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/abstracts/engine.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/abstracts/graph.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/abstracts/skill.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/abstracts/twitter.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/clients/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/clients/cdp.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/clients/twitter.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/clients/web3.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/config/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/config/config.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/agent.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/api.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/asset.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/chat.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/client.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/credit.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/node.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/scheduler.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/core/statistics.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/agent.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/agent_data.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/agent_public.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/agent_schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/app_setting.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/chat.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/conversation.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/credit.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/db.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/db_mig.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/generator.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/llm.csv +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/llm.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/redis.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/skill.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/models/skills.csv +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/acolyt/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/acolyt/acolyt.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/acolyt/ask.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/acolyt/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/acolyt/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/aixbt/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/aixbt/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/aixbt/aixbt.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/aixbt/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/aixbt/projects.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/aixbt/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/allora/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/allora/allora.jpeg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/allora/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/allora/price.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/allora/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/basename/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/basename/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/basename/basename.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/basename/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/carv/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/carv/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/carv/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/carv/carv.webp +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/carv/fetch_news.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/carv/onchain_query.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/carv/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/carv/token_info_and_price.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/casino/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/casino/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/casino/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/casino/casino.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/casino/deck_draw.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/casino/deck_shuffle.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/casino/dice_roll.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/casino/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/casino/utils.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cdp/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cdp/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cdp/cdp.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cdp/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/chainlist/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/chainlist/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/chainlist/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/chainlist/chain_lookup.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/chainlist/chainlist.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/chainlist/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/common/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/common/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/common/common.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/common/current_time.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/common/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/constants.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/cookiefun.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/get_account_details.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/get_account_feed.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/get_account_smart_followers.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/get_sectors.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cookiefun/search_accounts.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/api.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/cryptocompare.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/fetch_news.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/fetch_price.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/fetch_top_exchanges.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/fetch_top_market_cap.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/fetch_top_volume.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/fetch_trading_signals.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptocompare/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptopanic/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptopanic/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptopanic/cryptopanic.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptopanic/fetch_crypto_news.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptopanic/fetch_crypto_sentiment.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/cryptopanic/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dapplooker/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dapplooker/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dapplooker/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dapplooker/dapplooker.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dapplooker/dapplooker_token_data.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dapplooker/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/api.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/coins/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/coins/fetch_batch_historical_prices.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/coins/fetch_block.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/coins/fetch_current_prices.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/coins/fetch_first_price.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/coins/fetch_historical_prices.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/coins/fetch_price_chart.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/coins/fetch_price_percentage.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/config/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/config/chains.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/defillama.jpeg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/fees/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/fees/fetch_fees_overview.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/stablecoins/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/stablecoins/fetch_stablecoin_chains.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/stablecoins/fetch_stablecoin_charts.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/stablecoins/fetch_stablecoin_prices.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/stablecoins/fetch_stablecoins.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/tests/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/tests/api_integration.test.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/tests/api_unit.test.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/tvl/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/tvl/fetch_chain_historical_tvl.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/tvl/fetch_chains.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/tvl/fetch_historical_tvl.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/tvl/fetch_protocol.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/tvl/fetch_protocol_current_tvl.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/tvl/fetch_protocols.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/volumes/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/volumes/fetch_dex_overview.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/volumes/fetch_dex_summary.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/volumes/fetch_options_overview.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/yields/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/yields/fetch_pool_chart.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/defillama/yields/fetch_pools.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/dexscreener.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/get_pair_info.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/get_token_pairs.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/get_tokens_info.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/model/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/model/search_token_response.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/search_token.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dexscreener/utils.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dune_analytics/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dune_analytics/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dune_analytics/dune.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dune_analytics/fetch_kol_buys.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dune_analytics/fetch_nation_metrics.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/dune_analytics/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/elfa/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/elfa/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/elfa/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/elfa/elfa.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/elfa/mention.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/elfa/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/elfa/stats.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/elfa/tokens.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/elfa/utils.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/abi/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/abi/approval.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/abi/erc20.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/abi/route.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/best_yield.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/enso.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/networks.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/prices.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/route.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/tokens.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/enso/wallet.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/erc20/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/erc20/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/erc20/erc20.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/erc20/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/erc721/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/erc721/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/erc721/erc721.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/erc721/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/firecrawl/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/firecrawl/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/firecrawl/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/firecrawl/clear.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/firecrawl/crawl.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/firecrawl/firecrawl.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/firecrawl/query.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/firecrawl/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/firecrawl/scrape.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/firecrawl/utils.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/github/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/github/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/github/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/github/github.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/github/github_search.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/github/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/heurist.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/image_generation_animagine_xl.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/image_generation_arthemy_comics.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/image_generation_arthemy_real.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/image_generation_braindance.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/image_generation_cyber_realistic_xl.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/image_generation_flux_1_dev.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/image_generation_sdxl.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/heurist/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/http/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/http/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/http/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/http/get.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/http/http.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/http/post.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/http/put.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/http/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/lifi/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/lifi/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/lifi/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/lifi/lifi.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/lifi/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/lifi/token_execute.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/lifi/token_quote.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/lifi/utils.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/moralis/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/moralis/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/moralis/api.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/moralis/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/moralis/fetch_chain_portfolio.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/moralis/fetch_nft_portfolio.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/moralis/fetch_solana_portfolio.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/moralis/fetch_wallet_portfolio.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/moralis/moralis.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/moralis/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/morpho/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/morpho/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/morpho/morpho.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/morpho/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/nation/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/nation/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/nation/nation.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/nation/nft_check.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/nation/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/openai/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/openai/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/openai/dalle_image_generation.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/openai/gpt_image_generation.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/openai/gpt_image_to_image.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/openai/image_to_text.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/openai/openai.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/openai/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/constants.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/moralis.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/token_balances.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/wallet_approvals.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/wallet_defi_positions.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/wallet_history.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/wallet_net_worth.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/wallet_nfts.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/wallet_profitability.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/wallet_profitability_summary.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/wallet_stats.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/portfolio/wallet_swaps.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/pyth/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/pyth/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/pyth/pyth.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/pyth/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/skills.toml +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/slack/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/slack/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/slack/get_channel.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/slack/get_message.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/slack/schedule_message.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/slack/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/slack/send_message.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/slack/slack.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/supabase/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/supabase/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/supabase/delete_data.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/supabase/fetch_data.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/supabase/insert_data.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/supabase/invoke_function.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/supabase/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/supabase/supabase.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/supabase/update_data.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/supabase/upsert_data.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/superfluid/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/superfluid/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/superfluid/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/superfluid/superfluid.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/system/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/system/add_autonomous_task.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/system/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/system/delete_autonomous_task.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/system/edit_autonomous_task.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/system/list_autonomous_tasks.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/system/read_agent_api_key.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/system/regenerate_agent_api_key.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/system/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/system/system.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/tavily/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/tavily/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/tavily/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/tavily/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/tavily/tavily.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/tavily/tavily_extract.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/tavily/tavily_search.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/token/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/token/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/token/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/token/constants.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/token/erc20_transfers.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/token/moralis.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/token/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/token/token_analytics.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/token/token_price.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/token/token_search.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/follow_user.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/get_mentions.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/get_timeline.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/get_user_by_username.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/get_user_tweets.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/like_tweet.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/post_tweet.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/reply_tweet.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/retweet.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/search_tweets.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/twitter/twitter.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/unrealspeech/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/unrealspeech/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/unrealspeech/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/unrealspeech/text_to_speech.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/unrealspeech/unrealspeech.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_audio/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_audio/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_audio/input.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_audio/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_audio/venice_audio.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_audio/venice_logo.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/api.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/config.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_enhance/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_enhance/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_enhance/image_enhance.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_enhance/image_enhance_base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_enhance/image_enhance_input.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/image_generation_base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/image_generation_fluently_xl.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/image_generation_flux_dev.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/image_generation_flux_dev_uncensored.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/image_generation_input.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/image_generation_lustify_sdxl.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/image_generation_pony_realism.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/image_generation_stable_diffusion_3_5.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_generation/image_generation_venice_sd35.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_upscale/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_upscale/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_upscale/image_upscale.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_upscale/image_upscale_base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_upscale/image_upscale_input.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_vision/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_vision/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_vision/image_vision.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_vision/image_vision_base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/image_vision/image_vision_input.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/utils.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/venice_image/venice_image.jpg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/web_scraper/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/web_scraper/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/web_scraper/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/web_scraper/document_indexer.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/web_scraper/langchain.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/web_scraper/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/web_scraper/scrape_and_index.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/web_scraper/utils.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/web_scraper/website_indexer.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/weth/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/weth/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/weth/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/weth/weth.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/wow/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/wow/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/wow/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/wow/wow.svg +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/xmtp/README.md +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/xmtp/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/xmtp/base.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/xmtp/price.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/xmtp/schema.json +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/xmtp/swap.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/xmtp/transfer.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/skills/xmtp/xmtp.png +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/utils/__init__.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/utils/chain.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/utils/error.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/utils/logging.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/utils/random.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/utils/s3.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/utils/slack_alert.py +0 -0
- {intentkit-0.8.7 → intentkit-0.8.8}/utils/tx.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: intentkit
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.8
|
|
4
4
|
Summary: Intent-based AI Agent Platform - Core Package
|
|
5
5
|
Project-URL: Homepage, https://github.com/crestalnetwork/intentkit
|
|
6
6
|
Project-URL: Repository, https://github.com/crestalnetwork/intentkit
|
|
@@ -293,6 +293,12 @@ async def stream_agent_raw(
|
|
|
293
293
|
# save input message first
|
|
294
294
|
user_message = await message.save()
|
|
295
295
|
|
|
296
|
+
# temporary debug logging for telegram messages
|
|
297
|
+
if user_message.author_type == AuthorType.TELEGRAM:
|
|
298
|
+
logger.info(
|
|
299
|
+
f"[TELEGRAM DEBUG] Agent: {user_message.agent_id} | Chat: {user_message.chat_id} | Message: {user_message.message}"
|
|
300
|
+
)
|
|
301
|
+
|
|
296
302
|
if re.search(
|
|
297
303
|
r"(@clear|/clear)(?!\w)",
|
|
298
304
|
user_message.message.strip(),
|
|
@@ -12,6 +12,7 @@ from intentkit.models.agent import Agent
|
|
|
12
12
|
from intentkit.models.agent_data import AgentData
|
|
13
13
|
from intentkit.models.chat import AuthorType
|
|
14
14
|
from intentkit.models.skill import Skill
|
|
15
|
+
from intentkit.models.user import User
|
|
15
16
|
|
|
16
17
|
# ============================================================================
|
|
17
18
|
# CONSTANTS AND CONFIGURATION
|
|
@@ -120,18 +121,37 @@ def _build_wallet_section(agent: Agent, agent_data: AgentData) -> str:
|
|
|
120
121
|
return "\n".join(wallet_parts) + ("\n" if wallet_parts else "")
|
|
121
122
|
|
|
122
123
|
|
|
123
|
-
def _build_user_info_section(context: AgentContext) -> str:
|
|
124
|
+
async def _build_user_info_section(context: AgentContext) -> str:
|
|
124
125
|
"""Build user information section when user_id is a valid EVM wallet address."""
|
|
125
126
|
if not context.user_id:
|
|
126
127
|
return ""
|
|
127
128
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
129
|
+
user = await User.get(context.user_id)
|
|
130
|
+
|
|
131
|
+
prompt_array = []
|
|
132
|
+
|
|
133
|
+
evm_wallet_address = ""
|
|
134
|
+
if user and user.evm_wallet_address:
|
|
135
|
+
evm_wallet_address = user.evm_wallet_address
|
|
136
|
+
elif is_address(context.user_id):
|
|
137
|
+
evm_wallet_address = context.user_id
|
|
138
|
+
|
|
139
|
+
if evm_wallet_address:
|
|
140
|
+
prompt_array.append(
|
|
141
|
+
f"The user you are talking to has EVM wallet address: {evm_wallet_address}\n"
|
|
142
|
+
)
|
|
143
|
+
|
|
144
|
+
if user:
|
|
145
|
+
if user.email:
|
|
146
|
+
prompt_array.append(f"User Email: {user.email}\n")
|
|
147
|
+
if user.x_username:
|
|
148
|
+
prompt_array.append(f"User X Username: {user.x_username}\n")
|
|
149
|
+
if user.telegram_username:
|
|
150
|
+
prompt_array.append(f"User Telegram Username: {user.telegram_username}\n")
|
|
151
|
+
|
|
152
|
+
if prompt_array:
|
|
153
|
+
prompt_array.append("\n")
|
|
154
|
+
return "## User Info\n\n" + "".join(prompt_array)
|
|
135
155
|
|
|
136
156
|
return ""
|
|
137
157
|
|
|
@@ -397,7 +417,7 @@ def create_formatted_prompt_function(agent: Agent, agent_data: AgentData) -> Cal
|
|
|
397
417
|
)
|
|
398
418
|
|
|
399
419
|
# Add user info if user_id is a valid EVM wallet address
|
|
400
|
-
user_info = _build_user_info_section(context)
|
|
420
|
+
user_info = await _build_user_info_section(context)
|
|
401
421
|
if user_info:
|
|
402
422
|
final_system_prompt = f"{final_system_prompt}{user_info}"
|
|
403
423
|
|
|
@@ -322,3 +322,29 @@ class User(UserUpdate):
|
|
|
322
322
|
if user is None:
|
|
323
323
|
return None
|
|
324
324
|
return user_model_class.model_validate(user)
|
|
325
|
+
|
|
326
|
+
@classmethod
|
|
327
|
+
async def get_by_tg(cls, telegram_username: str) -> Optional[UserModelType]:
|
|
328
|
+
"""Get a user by telegram username.
|
|
329
|
+
|
|
330
|
+
Args:
|
|
331
|
+
telegram_username: Telegram username of the user to get
|
|
332
|
+
|
|
333
|
+
Returns:
|
|
334
|
+
User model or None if not found
|
|
335
|
+
"""
|
|
336
|
+
user_model_class = user_model_registry.get_user_model_class()
|
|
337
|
+
assert issubclass(user_model_class, User)
|
|
338
|
+
user_table_class = user_model_registry.get_user_table_class()
|
|
339
|
+
assert issubclass(user_table_class, UserTable)
|
|
340
|
+
|
|
341
|
+
async with get_session() as session:
|
|
342
|
+
result = await session.execute(
|
|
343
|
+
select(user_table_class).where(
|
|
344
|
+
user_table_class.telegram_username == telegram_username
|
|
345
|
+
)
|
|
346
|
+
)
|
|
347
|
+
user = result.scalars().first()
|
|
348
|
+
if user is None:
|
|
349
|
+
return None
|
|
350
|
+
return user_model_class.model_validate(user)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|