Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ src/maxtext/models @parambole @shuningjin @RissyRan @suexu1025 @jiangjy1982 @gob

# Features
src/maxtext/experimental/rl @A9isha @khatwanimohit @xuefgu @gagika @richjames0 @shralex @NicoGrande
src/maxtext/experimental/skills/ @dipannita08 @Obliviour @wuhao5 @lukebaumann
src/maxtext/input_pipeline @aireenmei @SurbhiJainUSC @richjames0 @shralex @NicoGrande
src/maxtext/kernels/megablox @RissyRan @michelle-yooh @gagika @richjames0 @shralex @suexu1025 @jesselu-google
src/maxtext/kernels/ragged_attention.py @patemotter @vipannalla @richjames0 @shralex
Expand Down
3 changes: 3 additions & 0 deletions src/maxtext/experimental/skills/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Agentic Skills for Infra Debugging

This directory contains experimental agentic skills designed to debug large-scale infrastructure issues and reduce MTTR.
Comment on lines +1 to +3
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a great idea. @dipannita08 what is an example of a skill that would go here?

Loading