Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: booleanwolf
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Size: 8.91 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

Running the example results in a ModuleNotFoundError

Make sure to install the package itself pip install -e . \ after cloning the repo run every command while in the repo directory. \ Then run the example with python examples/calculator_example.py

To create an Agent with tools

To see example of how to create tools see tamims.py \ make sure to give comments below the functions otherwise you will encounter errors. \ run tamim.py to run the agent.

Owner

  • Name: MD Tamim Sarkar
  • Login: BooleanWolf
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Ocker"
  given-names: "Felix"
- family-names: "Tanneberg"
  given-names: "Daniel"
- family-names: "Eggert"
  given-names: "Julian"
- family-names: "Gienger"
  given-names: "Michael"
title: "tulip agent"
version: 0.1.0
url: "https://github.com/HRI-EU/tulip_agent"
preferred-citation:
  type: article
  authors:
  - family-names: "Ocker"
    given-names: "Felix"
  - family-names: "Tanneberg"
    given-names: "Daniel"
  - family-names: "Eggert"
    given-names: "Julian"
  - family-names: "Gienger"
    given-names: "Michael"
  doi: "10.48550/arXiv.2407.21778"
  journal: "arXiv preprint arXiv:2407.21778"
  month: 7
  title: "Tulip Agent -- Enabling LLM-Based Agents to Solve Tasks Using Large Tool Libraries"
  year: 2024

GitHub Events

Total
Last Year

Dependencies

poetry.lock pypi
  • 116 dependencies
pyproject.toml pypi
  • black ^24.1.1 develop
  • pre-commit ^3.6.2 develop
  • ruff ^0.2.1 develop
  • chromadb ^0.4.22
  • docstring-parser ^0.16
  • isort ^5.13.2
  • matplotlib ^3.8.3
  • networkx ^3.3
  • openai ^1.12.0
  • pandas ^2.2.2
  • python ^3.10.11
  • scipy ^1.13.0
  • seaborn ^0.13.2
  • tiktoken ^0.7.0