You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
This tool allows you to chat with your assistant locally in order to create a faster feedback loop for developers developing an assistant.
4
4
Debug mode is enabled by default so that you can see clearer information around what exactly is getting parsed successfully.
5
5
6
-
The different SSE events in the [agent protocol](https://github.com/github-technology-partners/copilot-partners/blob/main/docs/sse-events.md) that the CLI gives debug output for are:
The different SSE events in the [agent protocol](TODO) that the CLI gives debug output for are:
7
+
1.[errors](TODO)
8
+
2.[references](TODO)
9
+
3.[confirmations](TODO)
10
10
11
11
> Note: This tool does not handle the payload verification process. To use this tool to validate your events, please temporarily disable payload verification for local testing and re-enable when completed.
12
12
@@ -17,7 +17,7 @@ The different SSE events in the [agent protocol](https://github.com/github-techn
--url string url to chat with your agent (default "http://localhost:8080")
41
41
--username string username to display in chat (default "sparklyunicorn")
42
42
```
43
+
> The token noted in the flag above is used to authenticate against the provided LLM. If you are using a different service, then this token is not needed. Generate the user-to-server token by [creating a GitHub Applicatiion](https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps) and then following the [using the device flow to generate a user access token](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app#using-the-device-flow-to-generate-a-user-access-token) to generate the token.
43
44
2. You can alternatively set these flags as environment variables (in all caps) so you don't need to pass them in every time. The only "required" one to get this up and running is the url for your agent
0 commit comments