Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.1.3: bugs fixed #15

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open

V0.1.3: bugs fixed #15

wants to merge 61 commits into from

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    e1dcd38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18cef46 View commit details
    Browse the repository at this point in the history
  3. fix: skill_dependencies parse

    ChuxiJ committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    457d7f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14 from timedomain-tech/fix_r_language_support

    fix: code interpreter program join
    ChuxiJ committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    015cfd6 View commit details
    Browse the repository at this point in the history
  5. fix: add set done when timeout

    ChuxiJ committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    97a3edd View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    260f8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a46ec9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ce97ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b73a12 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #18 from timedomain-tech/dev/expertise_prompt_agent

    Dev/expertise prompt agent
    DumoeDss committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    acfba72 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Create main.yml

    ChuxiJ committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    4c31d0a View commit details
    Browse the repository at this point in the history
  2. feat: add material theme

    ChuxiJ committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    eeb1b6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #20 from timedomain-tech/add_mkdocs_material_theme

    feat: add material theme
    ChuxiJ committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    7aa11c9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19 from timedomain-tech/mkdocs-auto-action

    Create main.yml
    ChuxiJ committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    355ebed View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    9aefb61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c0e0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9553e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. fix: repl

    ChuxiJ committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    232e424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa5cf72 View commit details
    Browse the repository at this point in the history
  3. feat: add memGPT prompt

    ChuxiJ committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    83a07a0 View commit details
    Browse the repository at this point in the history
  4. Improve subprocess handling and thread management

    - Implement non-blocking I/O for stdout and stderr using selectors.
    - Enhance error handling for BrokenPipeError and subprocess timeouts.
    - Optimize stream reading with buffer management for increased efficiency.
    - Ensure proper cleanup of resources in the destructor.
    - Add exponential back-off for retries on process errors.
    ChuxiJ committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b6ddfc5 View commit details
    Browse the repository at this point in the history
  5. feat: memGPT worked

    ChuxiJ committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    df5227f View commit details
    Browse the repository at this point in the history
  6. feat: default config is gpt-4

    ChuxiJ committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e6f4e70 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    73ac422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8be1f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d870b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57a2a6c View commit details
    Browse the repository at this point in the history
  5. feat: use set_llm_cache

    ChuxiJ committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    cd7fb29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    217b074 View commit details
    Browse the repository at this point in the history
  7. feat: add embedding cache

    ChuxiJ committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    87a695d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c57cd2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    531d20a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad77db8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c204e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    e138510 View commit details
    Browse the repository at this point in the history
  2. fix: langsmith test ok

    ChuxiJ committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0c1afeb View commit details
    Browse the repository at this point in the history
  3. feat: auto generate run url

    ChuxiJ committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    01c6b54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2def92b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07828e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f4efa9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. feat: add token count for function call and remove long_term_memory s…

    …upport for base agent
    ChuxiJ committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    df18656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cc73b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. feat: support vector db qdrant

    ChuxiJ committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    48d13ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    670e46d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    0bc3c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35c4d15 View commit details
    Browse the repository at this point in the history
  3. fix: runnable bugs

    ChuxiJ committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9f5f696 View commit details
    Browse the repository at this point in the history
  4. fix: test subagent run ok

    ChuxiJ committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c07923b View commit details
    Browse the repository at this point in the history
  5. fix: typo

    ChuxiJ committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    7af161b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7670391 View commit details
    Browse the repository at this point in the history
  7. fix: check langsmith ok

    ChuxiJ committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2ab4fcd View commit details
    Browse the repository at this point in the history
  8. fix: typo

    ChuxiJ committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1b044bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0b3d5f View commit details
    Browse the repository at this point in the history
  10. fix: typo error

    ChuxiJ committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    acdc11a View commit details
    Browse the repository at this point in the history
  11. fix: no pass

    ChuxiJ committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    45df039 View commit details
    Browse the repository at this point in the history
  12. [feat] config agent model

    DumoeDss committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    50b222f View commit details
    Browse the repository at this point in the history
  13. Merge branch 'v0.1.3' of ssh://ssh.github.com:443/timedomain-tech/ope…

    …n-creator into v0.1.3
    DumoeDss committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    951ce9d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    9fcb730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857d586 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3d3ad0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. feat: support group chat base

    ChuxiJ committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    395cfe9 View commit details
    Browse the repository at this point in the history