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
5 changes: 4 additions & 1 deletion agentuity/sdk-js/streaming/.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json

# Finder (MacOS) folder config
.DS_Store
# don't commit the agentuity build folder
# Agentuity
.agentuity
.agentuity-crash-*.json
.env.development
.env.production
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cpython-3.13.3-linux-x86_64-gnu
3 changes: 3 additions & 0 deletions agentuity/sdk-js/agent-communication/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These will be automatically generated for you when you import the project
AGENTUITY_SDK_KEY=
AGENTUITY_PROJECT_KEY=
12 changes: 7 additions & 5 deletions agentuity/sdk-js/agent-communication/agentuity.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/agentuity/cli/refs/heads/main/agentuity.schema.json

# ------------------------------------------------
# This file is generated by Agentuity
# You should check this file into version control
# ------------------------------------------------

# The version semver range required to run this project
version: ">=0.0.0"
# The ID of the project which is automatically generated
project_id: proj_agent_communication_example
project_id: proj_f78cf0f802b1a1c81cf40fb8b20ce20d
# The name of the project which is editable
name: js-agent-communication
# The description of the project which is editable
description: "Agent communication example for Agentuity JavaScript SDK"
# The version semver range required to run this project
version: '>=0.0.0'
description: Agent communication example for Agentuity JavaScript SDK
# The development configuration for the project
development:
# The port to run the development server on which can be overridden by setting the PORT environment variable
Expand Down Expand Up @@ -59,6 +61,6 @@ bundler:
# The agents that are part of this project
agents:
- # The ID of the Agent which is automatically generated
id: agent_agent_communication_example
id: agent_1e40f954b873861e5312c141ef0595df
# The name of the Agent which is editable
name: agent-communication
Loading