first commit

This commit is contained in:
abnerhexu
2026-01-12 09:56:56 +08:00
commit 687e20c96a
10 changed files with 3155 additions and 0 deletions

10
template/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
"""
UAV Agent Templates
This package contains prompt templates for the UAV control agent.
"""
from .agent_prompt import AGENT_PROMPT
from .parsing_error import PARSING_ERROR_TEMPLATE
__all__ = ["AGENT_PROMPT", "PARSING_ERROR_TEMPLATE"]