
    i                     v    d Z ddlmZ ddlmZ  G d de          Z edddd	d
d          Z ee           dS )u   GitHub Copilot ACP provider profile.

copilot-acp uses an external ACP subprocess — NOT the standard
transport. api_mode="copilot_acp" is handled separately in run_agent.py.
The profile captures auth + endpoint metadata for registry migration.
    )register_provider)ProviderProfilec                   F    e Zd ZdZddddedz  dedee         dz  fdZdS )	CopilotACPProfileuA   GitHub Copilot ACP — external process, no REST models endpoint.Ng       @)api_keytimeoutr   r   returnc                    dS )z/Model listing is handled by the ACP subprocess.N )selfr   r   s      Q/home/piyush/.hermes/hermes-agent/plugins/model-providers/copilot-acp/__init__.pyfetch_modelszCopilotACPProfile.fetch_models   s	     t    )__name__
__module____qualname____doc__strfloatlistr   r   r   r   r   r      sk        KK
 #	   t 	
 
cT	     r   r   zcopilot-acp)zgithub-copilot-acpzcopilot-acp-agentchat_completionsr   zacp://copilotexternal_process)namealiasesapi_modeenv_varsbase_url	auth_typeN)r   	providersr   providers.baser   r   copilot_acpr   r   r   <module>r"      s     ( ' ' ' ' ' * * * * * *
 
 
 
 
 
 
 
  	7     +     r   