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

API-FrontEnd Alignment 2 #22

Merged
merged 25 commits into from
Feb 4, 2024
Merged

API-FrontEnd Alignment 2 #22

merged 25 commits into from
Feb 4, 2024

Conversation

bonk1t
Copy link
Owner

@bonk1t bonk1t commented Jan 31, 2024

Features:

  • Save sessions to Firestore

API:

  • Add GET /session/list endpoint
  • Add GET /message endpoint
  • Add POST /tool/execute endpoint: for manual tool execution using natural language prompts.
  • Add /version endpoint

Other:

  • Improved logging: using Queue to queue log messages and send them in a separate thread.
  • Add back previously removed tools: print_all_files_in_path.py, summarize_all_code_in_path.py
    • For SummarizeCode: Add output truncation for GPT-3 (16k tokens context window, we pass max 8k for better results) based on tokens
  • Update AutoGen to latest version
  • Update Python deps
  • Add tests (total coverage now is 84.74% (+2.90%))

This comment was marked as outdated.

@bonk1t bonk1t requested a review from guiparpinelli February 3, 2024 14:19
nalgonda/utils.py Outdated Show resolved Hide resolved
@bonk1t bonk1t merged commit 34db92b into main Feb 4, 2024
3 checks passed
@bonk1t bonk1t deleted the feat/api-frontend-alignment-2 branch February 7, 2024 14:46
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.

2 participants