mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-23 07:04:24 +01:00
deleted unused files
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
.PHONY: update-protocol
|
||||
|
||||
update-protocol:
|
||||
@if [ -d "../agent-protocol/sdk/python/agent_protocol" ]; then \
|
||||
cp -r ../agent-protocol/sdk/python/agent_protocol autogpt; \
|
||||
rm -Rf autogpt/agent_protocol/utils; \
|
||||
rm -Rf autogpt/agent_protocol/cli.py; \
|
||||
echo "Protocol updated successfully!"; \
|
||||
else \
|
||||
echo "Error: Source directory ../agent-protocol/sdk/python/agent_protocol does not exist."; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
change-protocol:
|
||||
@if [ -d "autogpt/agent_protocol" ]; then \
|
||||
cp -r autogpt/agent_protocol ../agent-protocol/sdk/python; \
|
||||
rm ../agent-protocol/sdk/python/agent_protocol/README.md; \
|
||||
echo "Protocol reversed successfully!"; \
|
||||
else \
|
||||
echo "Error: Target directory autogpt/agent_protocol does not exist."; \
|
||||
exit 1; \
|
||||
fi
|
||||
@@ -1,8 +0,0 @@
|
||||
global:
|
||||
scrape_interval: 15s # By default, scrape targets every 15 seconds.
|
||||
evaluation_interval: 15s # Evaluate rules every 15 seconds.
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'autogpt'
|
||||
static_configs:
|
||||
- targets: ['agent:8000']
|
||||
Reference in New Issue
Block a user