-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagentuity.yaml
More file actions
67 lines (65 loc) · 2.16 KB
/
Copy pathagentuity.yaml
File metadata and controls
67 lines (65 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# 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.119'
# The ID of the project which is automatically generated
project_id: proj_7c47356558a8edac33d2fad402e98e3e
# The name of the project which is editable
name: DMARC
# The description of the project which is editable
description: DMARC is a project aimed to automate process of analyzing DMARC report and resolve DMARC issues
# 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
port: 3500
watch:
# Whether to watch for changes and automatically restart the server
enabled: true
# Rules for files to watch for changes
files:
- agents/**
# The command to run the development server
command: uv
# The arguments to pass to the development server
args:
- run
- --env-file
- .env
- server.py
deployment:
command: uv
args:
- run
- server.py
# You should tune the resources for the deployment
resources:
# The memory requirements
memory: 250Mi
# The CPU requirements
cpu: 500M
# The disk size requirements
disk: 1000Mi
# You should not need to change these value
bundler:
enabled: true
identifier: python-uv
language: python
runtime: uv
agents:
dir: agents
ignore:
- '**/__pycache__/**'
# The agents that are part of this project
agents:
- # The ID of the Agent which is automatically generated
id: agent_9c33f9e6b129d4d0e2f5c1d5570c0cb7
# The name of the Agent which is editable
name: dmarc_email
# The description of the Agent which is editable
description: This agent processes DMARC email reports and extracts actionable insights.
- id: agent_5979395bb08e012d576d2c502980d907
name: ip-analyzer
description: Agent that can analyze IP and dig in for suspicious activity