https://github.com/littlelittlecloud/powershell-chatroom
The ChatRoom for powershell agents
https://github.com/littlelittlecloud/powershell-chatroom
agent agent-chatroom agentic-workflow autogen chatroom gpt llm multi-agent
Last synced: 4 months ago
JSON representation
The ChatRoom for powershell agents
- Host: GitHub
- URL: https://github.com/littlelittlecloud/powershell-chatroom
- Owner: LittleLittleCloud
- Created: 2024-05-30T23:36:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T20:59:09.000Z (12 months ago)
- Last Synced: 2025-01-12T19:22:32.762Z (5 months ago)
- Topics: agent, agent-chatroom, agentic-workflow, autogen, chatroom, gpt, llm, multi-agent
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The [ChatRoom](https://github.com/LittleLittleCloud/Agent-ChatRoom) for powershell agents
This repo contains the quick-start configuration for powershell agents.
## Quick Start
1. Clone this repo and navigate to the root directory of the repo.
2. Run the following command to restore dotnet tools
```bash
dotnet tool restore
```3. Replace the `` in [powershell.json](powershell.json) with your own OpenAI API key.
4. Start chatting with powershell agents in the `General` channel!
```bash
dotnet chatroom -c powershell.json
```## Further Reading
- [Agent ChatRoom](https://github.com/LittleLittleCloud/Agent-ChatRoom)
- [AutoGen.Net](https://microsoft.github.io/autogen-for-net/)