Add documentation and agent configuration files

This commit is contained in:
2026-01-01 18:44:52 +05:30
parent f0ae49465a
commit 2e56de8161
7 changed files with 2239 additions and 0 deletions

8
agent.toml Normal file
View File

@@ -0,0 +1,8 @@
# Version of the agent configuration standard
version = "1.0"
model = "claude-4.5-sonnet"
imports = [
"agents/code-review.toml"
]