deploy
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# hubspot-associations-openapi-agent
|
||||||
|
|
||||||
|
Generated A2APack agent for Associations.
|
||||||
|
|
||||||
|
- Source OpenAPI: https://raw.githubusercontent.com/HubSpot/HubSpot-public-api-spec-collection/main/PublicApiSpecs/CRM/Associations/Rollouts/130902/v4/associations.json
|
||||||
|
- Generated operations: 10
|
||||||
|
- Main skill: `auto`
|
||||||
|
- Routing mode: direct operation skills
|
||||||
|
|
||||||
|
The generated code is intentionally editable. Tune prompts, operation
|
||||||
|
grouping, auth names, and safety policy before publishing serious agents.
|
||||||
13
a2a.yaml
Normal file
13
a2a.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: hubspot-associations-openapi-agent
|
||||||
|
version: v4
|
||||||
|
entrypoint: agent:HubspotAssociationsOpenapiAgent
|
||||||
|
description: CRM relationship API for linking records and activities across object
|
||||||
|
types.
|
||||||
|
runtime:
|
||||||
|
resources:
|
||||||
|
cpu: 200m
|
||||||
|
memory: 512Mi
|
||||||
|
egress:
|
||||||
|
allow_hosts:
|
||||||
|
- api.hubapi.com
|
||||||
|
deny_internet_by_default: true
|
||||||
5677
openapi.json
Normal file
5677
openapi.json
Normal file
File diff suppressed because it is too large
Load Diff
7
requirements.txt
Normal file
7
requirements.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# a2a-pack is installed by the platform base image.
|
||||||
|
deepagents>=0.5.0
|
||||||
|
langchain>=0.3
|
||||||
|
langchain-openai>=0.2
|
||||||
|
langchain-core>=0.3
|
||||||
|
langgraph>=0.6
|
||||||
|
httpx>=0.27
|
||||||
Reference in New Issue
Block a user