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

Add AutoGen Studio FE; Backend Adaptation; Heroku Deployment Support #16

Merged
merged 31 commits into from
Jan 12, 2024

Conversation

bonk1t
Copy link
Owner

@bonk1t bonk1t commented Jan 9, 2024

  1. Frontend Updates:
    • Added AutoGen Studio frontend template code and integrated the new Web UI.
    • Upgraded Node.js, updated frontend packages, and revised UI elements including icons and color scheme.
    • Implemented specific frontend changes like commenting out irrelevant code and adding agencyChart interface and mainAgent field.
  2. Backend Updates:
    • Aligned models with AutoGen requirements (changed agent.role to name).
    • Updated AgencyConfig for main_agent, modified agency_chart to include only pairs of agents, implemented validation and covered it with tests (93.61% of diff hit).
    • Introduced mock get_openai_client in tests.
  3. Heroku Deployment and Build Scripts:
    • Added and fixed custom Heroku build scripts and a post-build script in package.json for efficient deployment.
  4. General and Utility Updates:
    • Updated README.md for better documentation.
    • Made tool files executable to use them as utilities.

Link to check the current state: platform.ainhand.com

Copy link

codecov bot commented Jan 9, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (ced3a54) 70.83% compared to head (3384d53) 71.96%.

Files Patch % Lines
nalgonda/custom_tools/build_directory_tree.py 50.00% 1 Missing ⚠️
...gonda/custom_tools/print_all_files_in_directory.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   70.83%   71.96%   +1.12%     
==========================================
  Files          36       37       +1     
  Lines         768      806      +38     
==========================================
+ Hits          544      580      +36     
- Misses        224      226       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bonk1t bonk1t changed the title Add AutoGen Studio frontend template code; serve it under / Add AutoGen Studio frontend code; serve it under /; start the adaptation Jan 11, 2024
@bonk1t bonk1t changed the title Add AutoGen Studio frontend code; serve it under /; start the adaptation Add AutoGen Studio FE; Backend Adaptation; Heroku Deployment Support Jan 11, 2024
@bonk1t bonk1t merged commit 1d3738f into main Jan 12, 2024
3 checks passed
@bonk1t bonk1t deleted the feat/add-frontend-template-code branch January 12, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant