https://github.com/asimov-platform/langchain-asimov
LangChain integration with the ASIMOV Platform.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Repository
LangChain integration with the ASIMOV Platform.
Basic Info
- Host: GitHub
- Owner: asimov-platform
- License: unlicense
- Language: Python
- Default Branch: master
- Homepage: https://pypi.org/project/langchain-asimov
- Size: 119 KB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
langchain-asimov
LangChain integration with ASIMOV, a polyglot development platform for trustworthy, neurosymbolic AI.
🛠️ Prerequisites
⬇️ Installation
Installation from PyPI
bash
pip install -U langchain-asimov
👉 Examples
Loading DuckDuckGo Results
Use e.g. the SerpApi module to fetch search results from DuckDuckGo, Google, or Bing:
```python from langchain_asimov import AsimovLoader
search = AsimovLoader( module="serpapi", url="https://duckduckgo.com/?q=LangChain+roadmap" )
for result in search.lazy_load(): print(result) ```
[!TIP] On your host, make sure that
asimov-serpapi-importercan be found in yourPATHand that you've defined theSERPAPI_KEYenvironment variable:
bash export SERPAPI_KEY="..."
Loading X (Twitter) Profiles
Use e.g. the Bright Data module to fetch a public X profile:
```python from langchain_asimov import AsimovLoader
profiles = AsimovLoader( module="brightdata", url="https://x.com/LangChainAI" )
for profile in profiles.lazy_load(): print(profile) ```
[!TIP] On your host, make sure that
asimov-brightdata-importercan be found in yourPATHand that you've defined theBRIGHTDATA_API_KEYenvironment variable:
bash export BRIGHTDATA_API_KEY="..."
Loading X (Twitter) Followers
Use e.g. the Apify module to fetch the followers/followees for an X profile:
```python from langchain_asimov import AsimovLoader
followers = AsimovLoader( module="apify", url="https://x.com/LangChainAI/followers" )
for follower in followers.lazy_load(): print(follower) ```
[!TIP] On your host, make sure that
asimov-apify-importercan be found in yourPATHand that you've defined theAPIFY_TOKENenvironment variable:
bash export APIFY_TOKEN="..."
📚 Reference
langchain-asimov.readthedocs.io
👨💻 Development
bash
git clone https://github.com/asimov-platform/langchain-asimov.git
Owner
- Name: ASIMOV Platform
- Login: asimov-platform
- Kind: organization
- Email: hello@asimov.so
- Location: United Arab Emirates
- Website: https://asimov.so
- Repositories: 1
- Profile: https://github.com/asimov-platform
GitHub Events
Total
- Release event: 5
- Watch event: 4
- Delete event: 10
- Issue comment event: 2
- Member event: 1
- Push event: 31
- Pull request review event: 3
- Pull request event: 1
- Create event: 11
Last Year
- Release event: 5
- Watch event: 4
- Delete event: 10
- Issue comment event: 2
- Member event: 1
- Push event: 31
- Pull request review event: 3
- Pull request event: 1
- Create event: 11
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Arto Bendiken | a****o@a****o | 16 |
| Oleksandr Yakovenko | 3****r | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 2.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 2.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- oleksandrvoyager (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 305 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 2
pypi.org: langchain-asimov
LangChain integration with the ASIMOV platform.
- Homepage: https://github.com/asimov-platform
- Documentation: https://langchain-asimov.readthedocs.io/
- License: unlicense
-
Latest release: 0.0.2
published about 1 year ago
Rankings
Maintainers (2)
Dependencies
- PyLD >=2
- langchain-core >=0.3
- annotated-types 0.7.0
- anyio 4.9.0
- babel 2.17.0
- backrefs 5.8
- beautifulsoup4 4.13.4
- cachetools 6.0.0
- cairocffi 1.7.1
- cairosvg 2.8.2
- certifi 2025.4.26
- cffi 1.17.1
- charset-normalizer 3.4.2
- click 8.1.8
- click 8.2.1
- colorama 0.4.6
- cssselect2 0.8.0
- defusedxml 0.7.1
- exceptiongroup 1.3.0
- frozendict 2.4.6
- ghp-import 2.1.0
- gitdb 4.0.12
- gitpython 3.1.44
- griffe 1.7.3
- h11 0.16.0
- httpcore 1.0.9
- httpx 0.28.1
- idna 3.10
- importlib-metadata 8.7.0
- iniconfig 2.1.0
- jinja2 3.1.6
- jsonpatch 1.33
- jsonpointer 3.0.0
- langchain-asimov *
- langchain-core 0.3.63
- langsmith 0.3.44
- lxml 5.4.0
- markdown 3.8
- markdown-it-py 3.0.0
- markdownify 1.1.0
- markupsafe 3.0.2
- mdformat 0.7.22
- mdurl 0.1.2
- mergedeep 1.3.4
- mkdocs 1.6.1
- mkdocs-autorefs 1.4.2
- mkdocs-get-deps 0.2.0
- mkdocs-git-committers-plugin-2 2.5.0
- mkdocs-git-revision-date-localized-plugin 1.4.7
- mkdocs-llmstxt 0.2.0
- mkdocs-material 9.6.14
- mkdocs-material-extensions 1.3.1
- mkdocstrings 0.29.1
- mkdocstrings-python 1.16.11
- orjson 3.10.18
- packaging 24.2
- paginate 0.5.7
- pathspec 0.12.1
- pillow 10.4.0
- platformdirs 4.3.8
- pluggy 1.6.0
- pycparser 2.22
- pydantic 2.11.5
- pydantic-core 2.33.2
- pygments 2.19.1
- pyld 2.0.4
- pymdown-extensions 10.15
- pytest 8.4.0
- python-dateutil 2.9.0.post0
- pytz 2025.2
- pyyaml 6.0.2
- pyyaml-env-tag 1.1
- requests 2.32.3
- requests-toolbelt 1.0.0
- ruff 0.11.12
- six 1.17.0
- smmap 5.0.2
- sniffio 1.3.1
- soupsieve 2.7
- tenacity 9.1.2
- tinycss2 1.4.0
- tomli 2.2.1
- typing-extensions 4.14.0
- typing-inspection 0.4.1
- urllib3 2.4.0
- watchdog 6.0.0
- webencodings 0.5.1
- zipp 3.22.0
- zstandard 0.23.0