An open API service indexing awesome lists of open source software.

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

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.

drawing

## 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/)