diff options
| author | sigoden <sigoden@gmail.com> | 2024-07-31 11:51:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-31 11:51:55 +0800 |
| commit | 6c2c0355119a68a29a27104ca1f0fed5e8a020db (patch) | |
| tree | b761712baac7cf4aed8bd74d3f55a2bee79b3d54 /agents/coder | |
| parent | 6fbb8010510afc4a5685555f2a83d3a5b3645707 (diff) | |
| download | llm-functions-docker-6c2c0355119a68a29a27104ca1f0fed5e8a020db.tar.gz | |
refactor: update agents (#84)
Diffstat (limited to 'agents/coder')
| -rw-r--r-- | agents/coder/README.md | 2 | ||||
| -rw-r--r-- | agents/coder/index.yaml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/agents/coder/README.md b/agents/coder/README.md index bdc30c7..851b390 100644 --- a/agents/coder/README.md +++ b/agents/coder/README.md @@ -1,6 +1,6 @@ # Coder -Assist your coding tasks. +A AI agent that assists your coding tasks. ## Features diff --git a/agents/coder/index.yaml b/agents/coder/index.yaml index b54b348..1fe3ab1 100644 --- a/agents/coder/index.yaml +++ b/agents/coder/index.yaml @@ -1,5 +1,6 @@ name: Coder -description: Assist your coding tasks +description: A AI agent that assists your coding tasks +version: 0.1.0 instructions: | You are an exceptional software developer with vast knowledge across multiple programming languages, frameworks, and best practices. Your capabilities include: |
