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

fix(agent): Disable profile generator -> speed up agent setup #7121

Merged

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    db62579 View commit details
    Browse the repository at this point in the history
  2. Generalize example call in profile_generator.py

    Currently it's specified in an OpenAI-specific format, which might adversely affect performance with other providers.
    Pwuts committed May 3, 2024
    Configuration menu
    Copy the full SHA
    32dc585 View commit details
    Browse the repository at this point in the history
  3. Remove agent.ai_profile and agent.directives attributes, and repl…

    …ace usages with `agent.state.*`
    
    This prevents potential state inconsistency between `agent` and `agent.state` when other values are assigned to `agent.ai_profile` and `agent.directives`
    Pwuts committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f2551d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    081d871 View commit details
    Browse the repository at this point in the history
  5. Disable custom AI profile generation in agent_protocol_server.py

    - Replace `generate_agent_for_task` by `create_agent`
    - Make `ai_profile` parameter on `create_agent` optional (use default `AIProfile` if not passed)
    Pwuts committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b0e02fa View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Merge branch 'master' into reinier/open-765-do-not-run-profile-genera…

    …tor-on-agent-creation
    Pwuts committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a94d019 View commit details
    Browse the repository at this point in the history
  2. fix test_ai_profile.py

    Pwuts committed May 4, 2024
    Configuration menu
    Copy the full SHA
    aaf6606 View commit details
    Browse the repository at this point in the history
  3. fix linting errors

    Pwuts committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ad22bc5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Merge branch 'master' into reinier/open-765-do-not-run-profile-genera…

    …tor-on-agent-creation
    Pwuts committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4f30373 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge branch 'master' into reinier/open-765-do-not-run-profile-genera…

    …tor-on-agent-creation
    Pwuts committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5ee84d4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    bbefba9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    305d9cf View commit details
    Browse the repository at this point in the history