-
Notifications
You must be signed in to change notification settings - Fork 419
Francia code to Mark working Branch #419
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…dded bicep code for container app
Macae v3 dev marktayl
feat: Implement deployer-based role assignments
dataset restore
… to have all the packages required
Deleted the scenarios package and onboarding_cases.py, which contained employee onboarding test cases and examples. This cleanup removes unused or obsolete scenario definitions from the backend.
feat: update bicep to provision new storage and search resources, script for uploading and indexing sample data
feat: added the local deployment changes
Introduces azure_custom.yaml and main_custom.bicep for custom deployment scenarios, adds several infrastructure scripts for CosmosDB and Azure AI role assignments, and updates main.bicep outputs. Removes unused frontend components and services, and updates backend Dockerfile and foundry_service.py for new infrastructure integration.
Added multiple sample datasets to the data/datasets directory. Updated infrastructure Bicep to provision storage, search, and a new MCP container app, including new modules and scripts. Adjusted .gitignore and azure_custom.yaml for new service and environment. Various backend and MCP server files updated for integration with new resources.
Deleted my_mcp_server.py and utils_date.py from the MCP server source. This removes the main server implementation and the date formatting utility, likely as part of a refactor or deprecation.
Replaced direct os.getenv calls with values from the AppConfig instance throughout backend modules. Updated environment variable loading and usage in agent models, agent factory, and orchestration manager for consistency and improved maintainability. Added new config options to .env.sample and AppConfig for MCP, Azure Search, and Bing integration.
MCP server name and description now default to 'MCPGreetingServer' and a descriptive string if not set in environment. MCPConfig now reads endpoint, name, and description from app config for improved flexibility.
Deleted multiple CSV and JSON files containing sample datasets from the data/datasets directory. This cleanup may be in preparation for new data sources, restructuring, or to remove obsolete test data.
Introduces a plan_id field to the InputTask model and ensures it is set if missing in the process_request API endpoint. Also updates response to include plan_id, modifies .env.sample, switches dependency from fastmcp to mcp in pyproject.toml, and comments out user ownership check in team_service.
Introduces the UserCurrentTeam model to represent a user's current team. Updates the API router to generate a new plan with a unique ID and store it in the database, removing plan_id and team_id from InputTask. Plan creation now includes initial goal and status.
Changed Plan model to use plan_id and made team_id optional. Refactored plan creation logic in router.py to handle plan creation errors, removed mandatory team_id check, and added event tracking for plan creation success and failure.
Changed MCP_SERVER_ENDPOINT port in .env.sample from 9000 to 8080. Fixed API response in router.py to return the correct plan_id variable instead of input_task.plan_id.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information