Skip to content

Commit b10dcba

Browse files
committed
Move repo skills under .agents
Signed-off-by: Aryan Gosaliya <aryan.gosaliya@oracle.com>
1 parent 0706d82 commit b10dcba

File tree

24 files changed

+24
-3
lines changed

24 files changed

+24
-3
lines changed

.agents/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# ADS Agent Workspace
2+
3+
This directory groups repository-local agent assets so coding agents can find them in one place.
4+
5+
## Layout
6+
- `skills/` contains repository-local skills and their references/examples.
7+
- `examples/` contains prompt examples and usage flows for agent-driven tasks.
8+
9+
## Current Skills
10+
- `aqua-cli`
11+
- `aqua-deployment`
12+
- `aqua-evaluation`
13+
- `aqua-finetuning`
14+
- `aqua-metrics`
15+
- `aqua-model-lifecycle`
16+
- `aqua-troubleshooting`
17+
- `gh-pr-workflow`
18+
- `jira-ticket-to-pr`
19+
- `oci-data-science`
20+
21+
Start with `AGENTS.md` at the repository root, then use the smallest relevant skill under `.agents/skills/`.
File renamed without changes.
File renamed without changes.
File renamed without changes.

skills/aqua-deployment/references/batch-inferencing.md renamed to .agents/skills/aqua-deployment/references/batch-inferencing.md

File renamed without changes.

skills/aqua-deployment/references/lmcache.md renamed to .agents/skills/aqua-deployment/references/lmcache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Default LMCache CPU size is 5 GB. Size `LMCACHE_MAX_LOCAL_CPU_SIZE` to hold the
8181
| 7B–13B | 20–50 GB |
8282
| 70B | 50–100 GB |
8383

84-
Refine sizing with Prometheus metrics after initial deployment (see `skills/aqua-metrics/SKILL.md`).
84+
Refine sizing with Prometheus metrics after initial deployment (see `.agents/skills/aqua-metrics/SKILL.md`).
8585

8686
## Requirements
8787

skills/aqua-deployment/references/private-endpoints.md renamed to .agents/skills/aqua-deployment/references/private-endpoints.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

skills/aqua-evaluation/examples/evaluation-sample-no-sys-message.jsonl renamed to .agents/skills/aqua-evaluation/examples/evaluation-sample-no-sys-message.jsonl

File renamed without changes.

0 commit comments

Comments
 (0)