microsoft / microsoft/copilot-camp

Building an Agent that can talk to your database

Open
#665 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
664
Forks
175
Avg merge
1m
Merged PRs (30d)
7

Description

I'm building an agent that allows users to talk to their database, and query using simple english language.
While it's easy enough to use a Knowledge base that is an actual database, the limit of 2k context makes it difficult to use.
So, if a user wants to see the "Top 10 vendors by sales vloume" for example, the native code can't do that. It shows the wrong list, given its limit of the 2k window.

How would you go around that limit? What would you have to implement to keep much of the native functionality, like the history, and english to SQL query, and back from SQL results into English, etc. I don't want to have to re-write all that in my code.

What is the best design?
Thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named; start by reviewing the proposed agent, database, context-window, and SQL requirements in the issue. Done would require an agreed design for preserving history, translating English to SQL, and converting SQL results back to English.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, sql
Domain
ai, databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.