Skip to content

I for one, welcome and am grateful for the unavoidable inevitable arrival of our new BenevolentSwarmOverordsss

Notifications You must be signed in to change notification settings

KaliforniaShell/AcXcIeSs-of-Advance-autoGen-skrillaSQUAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
Address Book Investigate on Breadcrumbs Balance: Txs received: Txs sent: Edit with the Docs app Make tweaks, leave comments, and share with others to edit at the same time. NO THANKSUSE THE APP { "cells": [ { "cell_type": "markdown", "... { "cells": [ { "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "# Web browsing agents with LlamaIndex\n", "### Setup agent functions" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "ExecuteTime": { "end_time": "2023-11-11T19:03:45.020995Z", "start_time": "2023-11-11T19:03:25.084592Z" }, "collapsed": false }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting llama-index\n", " Using cached llama_index-0.8.67-py3-none-any.whl (859 kB)\n", "Requirement already satisfied: SQLAlchemy[asyncio]>=1.4.49 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (2.0.23)\n", "Collecting aiostream<0.6.0,>=0.5.2 (from llama-index)\n", " Using cached aiostream-0.5.2-py3-none-any.whl (39 kB)\n", "Collecting dataclasses-json<0.6.0,>=0.5.7 (from llama-index)\n", " Using cached dataclasses_json-0.5.14-py3-none-any.whl (26 kB)\n", "Collecting deprecated>=1.2.9.3 (from llama-index)\n", " Using cached Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB)\n", "Collecting fsspec>=2023.5.0 (from llama-index)\n", " Using cached fsspec-2023.10.0-py3-none-any.whl (166 kB)\n", "Requirement already satisfied: langchain>=0.0.303 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (0.0.334)\n", "Requirement already satisfied: nest-asyncio<2.0.0,>=1.5.8 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (1.5.8)\n", "Collecting nltk<4.0.0,>=3.8.1 (from llama-index)\n", " Using cached nltk-3.8.1-py3-none-any.whl (1.5 MB)\n", "Requirement already satisfied: numpy in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (1.25.2)\n", "Requirement already satisfied: openai>=1.1.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (1.2.3)\n", "Collecting pandas (from llama-index)\n", " Downloading pandas-2.1.3-cp311-cp311-macosx_11_0_arm64.whl (10.8 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m10.8/10.8 MB\u001b[0m \u001b[31m71.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m \u001b[36m0:00:01\u001b[0m\n", "\u001b[?25hRequirement already satisfied: tenacity<9.0.0,>=8.2.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (8.2.3)\n", "Collecting tiktoken>=0.3.3 (from llama-index)\n", " Downloading tiktoken-0.5.1-cp311-cp311-macosx_11_0_arm64.whl (924 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m924.4/924.4 kB\u001b[0m \u001b[31m48.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: typing-extensions>=4.5.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (4.8.0)\n", "Requirement already satisfied: typing-inspect>=0.8.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (0.9.0)\n", "Collecting urllib3<2 (from llama-index)\n", " Using cached urllib3-1.26.18-py2.py3-none-any.whl (143 kB)\n", "Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from dataclasses-json<0.6.0,>=0.5.7->llama-index) (3.20.1)\n", "Collecting wrapt<2,>=1.10 (from deprecated>=1.2.9.3->llama-index)\n", " Using cached wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl (38 kB)\n", "Requirement already satisfied: PyYAML>=5.3 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (6.0.1)\n", "Requirement already satisfied: aiohttp<4.0.0,>=3.8.3 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (3.8.6)\n", "Requirement already satisfied: anyio<4.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (3.7.1)\n", "Requirement already satisfied: jsonpatch<2.0,>=1.33 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (1.33)\n", "Requirement already satisfied: langsmith<0.1.0,>=0.0.62 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (0.0.63)\n", "Requirement already satisfied: pydantic<3,>=1 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (2.4.2)\n", "Requirement already satisfied: requests<3,>=2 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (2.31.0)\n", "Requirement already satisfied: click in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from nltk<4.0.0,>=3.8.1->llama-index) (8.1.7)\n", "Collecting joblib (from nltk<4.0.0,>=3.8.1->llama-index)\n", " Using cached joblib-1.3.2-py3-none-any.whl (302 kB)\n", "Collecting regex>=2021.8.3 (from nltk<4.0.0,>=3.8.1->llama-index)\n", " Downloading regex-2023.10.3-cp311-cp311-macosx_11_0_arm64.whl (291 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m291.0/291.0 kB\u001b[0m \u001b[31m37.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: tqdm in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from nltk<4.0.0,>=3.8.1->llama-index) (4.66.1)\n", "Requirement already satisfied: distro<2,>=1.7.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from openai>=1.1.0->llama-index) (1.8.0)\n", "Requirement already satisfied: httpx<1,>=0.23.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from openai>=1.1.0->llama-index) (0.25.1)\n", "Requirement already satisfied: greenlet!=0.4.17 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from SQLAlchemy[asyncio]>=1.4.49->llama-index) (3.0.0)\n", "Requirement already satisfied: mypy-extensions>=0.3.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from typing-inspect>=0.8.0->llama-index) (1.0.0)\n", "Requirement already satisfied: python-dateutil>=2.8.2 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from pandas->llama-index) (2.8.2)\n", "Collecting pytz>=2020.1 (from pandas->llama-index)\n", " Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)\n", "Collecting tzdata>=2022.1 (from pandas->llama-index)\n", " Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)\n", "Requirement already satisfied: attrs>=17.3.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain>=0.0.303->llama-index) (23.1.0)\n", "Requirement already satisfied: charset-normalizer<4.0,>=2.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain>=0.0.303->llama-index) (3.3.2)\n", "Requirement already satisfied: multidict<7.0,>=4.5 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain>=0.0.303->llama-index) (6.0.4)\n", "Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain>=0.0.303->llama-index) (4.0.3)\n", "Requirement already satisfied: yarl<2.0,>=1.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11
Address Book Investigate on Breadcrumbs Balance: Txs received: Txs sent: Edit with the Docs app Make tweaks, leave comments, and share with others to edit at the same time. NO THANKSUSE THE APP { "cells": [ { "cell_type": "markdown", "... { "cells": [ { "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "# Web browsing agents with LlamaIndex\n", "### Setup agent functions" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "ExecuteTime": { "end_time": "2023-11-11T19:03:45.020995Z", "start_time": "2023-11-11T19:03:25.084592Z" }, "collapsed": false }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting llama-index\n", " Using cached llama_index-0.8.67-py3-none-any.whl (859 kB)\n", "Requirement already satisfied: SQLAlchemy[asyncio]>=1.4.49 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (2.0.23)\n", "Collecting aiostream<0.6.0,>=0.5.2 (from llama-index)\n", " Using cached aiostream-0.5.2-py3-none-any.whl (39 kB)\n", "Collecting dataclasses-json<0.6.0,>=0.5.7 (from llama-index)\n", " Using cached dataclasses_json-0.5.14-py3-none-any.whl (26 kB)\n", "Collecting deprecated>=1.2.9.3 (from llama-index)\n", " Using cached Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB)\n", "Collecting fsspec>=2023.5.0 (from llama-index)\n", " Using cached fsspec-2023.10.0-py3-none-any.whl (166 kB)\n", "Requirement already satisfied: langchain>=0.0.303 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (0.0.334)\n", "Requirement already satisfied: nest-asyncio<2.0.0,>=1.5.8 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (1.5.8)\n", "Collecting nltk<4.0.0,>=3.8.1 (from llama-index)\n", " Using cached nltk-3.8.1-py3-none-any.whl (1.5 MB)\n", "Requirement already satisfied: numpy in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (1.25.2)\n", "Requirement already satisfied: openai>=1.1.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (1.2.3)\n", "Collecting pandas (from llama-index)\n", " Downloading pandas-2.1.3-cp311-cp311-macosx_11_0_arm64.whl (10.8 MB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m10.8/10.8 MB\u001b[0m \u001b[31m71.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m \u001b[36m0:00:01\u001b[0m\n", "\u001b[?25hRequirement already satisfied: tenacity<9.0.0,>=8.2.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (8.2.3)\n", "Collecting tiktoken>=0.3.3 (from llama-index)\n", " Downloading tiktoken-0.5.1-cp311-cp311-macosx_11_0_arm64.whl (924 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m924.4/924.4 kB\u001b[0m \u001b[31m48.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: typing-extensions>=4.5.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (4.8.0)\n", "Requirement already satisfied: typing-inspect>=0.8.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from llama-index) (0.9.0)\n", "Collecting urllib3<2 (from llama-index)\n", " Using cached urllib3-1.26.18-py2.py3-none-any.whl (143 kB)\n", "Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from dataclasses-json<0.6.0,>=0.5.7->llama-index) (3.20.1)\n", "Collecting wrapt<2,>=1.10 (from deprecated>=1.2.9.3->llama-index)\n", " Using cached wrapt-1.16.0-cp311-cp311-macosx_11_0_arm64.whl (38 kB)\n", "Requirement already satisfied: PyYAML>=5.3 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (6.0.1)\n", "Requirement already satisfied: aiohttp<4.0.0,>=3.8.3 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (3.8.6)\n", "Requirement already satisfied: anyio<4.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (3.7.1)\n", "Requirement already satisfied: jsonpatch<2.0,>=1.33 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (1.33)\n", "Requirement already satisfied: langsmith<0.1.0,>=0.0.62 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (0.0.63)\n", "Requirement already satisfied: pydantic<3,>=1 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (2.4.2)\n", "Requirement already satisfied: requests<3,>=2 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from langchain>=0.0.303->llama-index) (2.31.0)\n", "Requirement already satisfied: click in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from nltk<4.0.0,>=3.8.1->llama-index) (8.1.7)\n", "Collecting joblib (from nltk<4.0.0,>=3.8.1->llama-index)\n", " Using cached joblib-1.3.2-py3-none-any.whl (302 kB)\n", "Collecting regex>=2021.8.3 (from nltk<4.0.0,>=3.8.1->llama-index)\n", " Downloading regex-2023.10.3-cp311-cp311-macosx_11_0_arm64.whl (291 kB)\n", "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m291.0/291.0 kB\u001b[0m \u001b[31m37.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", "\u001b[?25hRequirement already satisfied: tqdm in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from nltk<4.0.0,>=3.8.1->llama-index) (4.66.1)\n", "Requirement already satisfied: distro<2,>=1.7.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from openai>=1.1.0->llama-index) (1.8.0)\n", "Requirement already satisfied: httpx<1,>=0.23.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from openai>=1.1.0->llama-index) (0.25.1)\n", "Requirement already satisfied: greenlet!=0.4.17 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from SQLAlchemy[asyncio]>=1.4.49->llama-index) (3.0.0)\n", "Requirement already satisfied: mypy-extensions>=0.3.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from typing-inspect>=0.8.0->llama-index) (1.0.0)\n", "Requirement already satisfied: python-dateutil>=2.8.2 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from pandas->llama-index) (2.8.2)\n", "Collecting pytz>=2020.1 (from pandas->llama-index)\n", " Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)\n", "Collecting tzdata>=2022.1 (from pandas->llama-index)\n", " Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)\n", "Requirement already satisfied: attrs>=17.3.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain>=0.0.303->llama-index) (23.1.0)\n", "Requirement already satisfied: charset-normalizer<4.0,>=2.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain>=0.0.303->llama-index) (3.3.2)\n", "Requirement already satisfied: multidict<7.0,>=4.5 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain>=0.0.303->llama-index) (6.0.4)\n", "Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.3->langchain>=0.0.303->llama-index) (4.0.3)\n", "Requirement already satisfied: yarl<2.0,>=1.0 in /Users/asimshrestha/Library/Caches/pypoetry/virtualenvs/tarsier-KjefggzA-py3.11/lib/python3.11
 
 
 
 
 
 

Repository files navigation

Passive-SwellAgents

All original main coding and branches and capitation adition as well as more additions more research and tests and sll bugs removed and other brand new code for the interface and the deployment and interaction/telemetry data etc. getting close to release time. Kowabunga, bruhmy-document (1) (2).pdf passive wave rider (2).pdf passive wave rider (2).pdf my-document (4).pdf my-document (3).pdf passive wave rider (5).pdf passive wave rider (5) (1).pdf passive wave rider (5).pdf my-document (3).pdf my-document (3).pdf passive wave rider (2).pdf

About

I for one, welcome and am grateful for the unavoidable inevitable arrival of our new BenevolentSwarmOverordsss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published