add preliminary support for llm agents

This commit is contained in:
Adil Hafeez 2025-03-12 15:45:05 -07:00
parent ffb8566c36
commit 8104eac596
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
17 changed files with 1508 additions and 79 deletions

View file

@ -28,4 +28,5 @@ COPY arch/arch_config_schema.yaml .
RUN pip install requests
RUN touch /var/log/envoy.log
# ENTRYPOINT ["sh","-c", "python config_generator.py && envsubst < /etc/envoy/envoy.yaml > /etc/envoy.env_sub.yaml && envoy -c /etc/envoy.env_sub.yaml --log-level trace 2>&1 | tee /var/log/envoy.log"]
ENTRYPOINT ["sh","-c", "python config_generator.py && envsubst < /etc/envoy/envoy.yaml > /etc/envoy.env_sub.yaml && envoy -c /etc/envoy.env_sub.yaml --component-log-level wasm:debug 2>&1 | tee /var/log/envoy.log"]

View file

@ -101,6 +101,8 @@ properties:
type: number
optimize_context_window:
type: boolean
use_agent_orchestrator:
type: boolean
system_prompt:
type: string
prompt_targets:
@ -167,6 +169,8 @@ properties:
type: object
additionalProperties:
type: string
pass_context:
type: boolean
additionalProperties: false
required:
- name