Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to the configuration, dependencies, and functionality of the
AgenticFleet
project. The most important changes include the addition of new configuration parameters, updates to dependencies, and the introduction of new utility functions and agent initialization logic.Configuration Updates:
.chainlit/config.toml
: Added new parameters for user environment variables, session timeout, and various feature flags such as prompt playground, multi-modal inputs, and data persistence. Updated OAuth configuration and UI settings. [1] [2]Dependency Updates:
pyproject.toml
: Updated project version to0.4.81
, added new dependencies such asgrpcio
,grpcio-tools
,absl-py
, andchainlit
, and removed some older dependencies. [1] [2] [3] [4] [5] [6]New Utility Functions:
agentic_fleet/utils.py
: Introduced utility functions for workspace management, user profile handling, and chat settings setup.Agent Initialization:
src/agentic_fleet_backup/agent_registry.py
: Added functions to initialize default agents and agent teams, including configurations for web surfers, file surfers, coders, and executors.New Model Configurations:
src/agentic_fleet_backup/@llm_config.yaml
: Added configurations for various models under providers such asazure_openai
,azure_foundry
, andgemini
.