Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions a2a-examples/observability-a2a-agent
Submodule observability-a2a-agent added at 88ad36
1 change: 1 addition & 0 deletions agent-examples/observability-gpt-agent
Submodule observability-gpt-agent added at 8451d8
4 changes: 3 additions & 1 deletion financial-agent/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ AGENT_URL=http://localhost:3000
NVM_ENVIRONMENT=sandbox # or live
SUBSCRIBER_NVM_API_KEY=your-subscriber-api-key
NVM_PLAN_ID=your-plan-id
NVM_AGENT_ID=your-agent-id
NVM_AGENT_ID=your-agent-id

HELICONE_URL=https://helicone.nevermined.dev
6 changes: 5 additions & 1 deletion financial-agent/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ dist/
.env
.DS_Store
*.log
.vscode
.vscode

.env.local
.env.staging
.env.production
Loading