Add CLA workflow, CONTRIBUTING note, and align copyright header format
This commit is contained in:
parent
4944122c01
commit
78abd16e99
7 changed files with 48 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# Copyright 2026 Anthropic PBC.
|
||||
# Copyright 2026 Anthropic PBC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Deploy a managed-agent template to POST /v1/agents.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright 2026 Anthropic PBC.
|
||||
# Copyright 2026 Anthropic PBC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
"""Assert orchestrator `agent.yaml` files ship with scoped tool configs.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright 2026 Anthropic PBC.
|
||||
# Copyright 2026 Anthropic PBC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
"""Reference event loop for cross-agent handoffs between managed agents.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# Copyright 2026 Anthropic PBC.
|
||||
# Copyright 2026 Anthropic PBC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Dry-run every managed-agent cookbook and assert the resolved POST /v1/agents
|
||||
# bodies are well-formed: valid JSON, depth-1, non-empty system prompts, no
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright 2026 Anthropic PBC.
|
||||
# Copyright 2026 Anthropic PBC
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
"""Harness-side schema validation for managed-agent worker output.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue