Skip to content

Commit

Permalink
feat: add vidol chat market
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmclin2 committed Dec 17, 2023
1 parent f7246c8 commit 1c531fc
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is the Agent Index of Vidol Chat
# This is the Market Index of Vidol Chat

[Vidol Chat](https://github.com/v-idol/vidol.chat) accesses [`index.json`](https://github.com/v-idol/vidol-chat-agents/blob/main/index.json) from this repo to show user the list of available agents.
[Vidol Chat](https://github.com/v-idol/vidol.chat) accesses [`index.json`] from this repo to show user the list of available agents and songs and so on.

**English** · [简体中文](./README.zh-CN.md)

Expand All @@ -12,16 +12,14 @@ If you wish to add an agent onto the index, make an entry in `agents` directory

1. Fork of this repository.

2. Make a copy of `agent_template.json`
2. Make a copy of `templates/agent.json`

3. Fill in the copy and rename it appropriately

4. Move it into `agents` directory

5. Submit a pull request and wait for review.

- Agents pull requests targets [`agents branch`](https://github.com/v-idol/vidol-chat-agents/tree/agents), after merge it is automatically assembled and deployed to [`main branch`](https://github.com/v-idol/vidol-chat-agents/tree/main) using GitHub Actions.

- Don't edit the `index.json` directly and don't modify any other files unless you have a special reason.

- The `created` date will be automatically populated after merge.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@v-idol/vidol-chat-market",
"version": "0.0.0",
"private": true,
"description": "Vidol Chat Market Index",
"homepage": "https://github.com/v-idol/vidol-chat-market",
"repository": {
"type": "git",
"url": "https://github.com/v-idol/vidol-chat-market.git"
},
"license": "MIT",
"author": "rdmclin2 <[email protected]>",
"type": "module",
"scripts": {
"build": "bun scripts/build.ts",
"test": "bun scripts/test.ts"
},
"devDependencies": {
"consola": "^3",
"fs-extra": "^11",
"typescript": "^5"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added templates/dance.json
Empty file.

0 comments on commit 1c531fc

Please sign in to comment.