We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
agentstack run
1 parent 9a286c3 commit 8a3fd65Copy full SHA for 8a3fd65
agentstack/cli/cli.py
@@ -168,8 +168,7 @@ def run_project(framework: str, path: str = ''):
168
sys.exit(1)
169
170
load_dotenv(_path / '.env') # explicitly load the project's .env file
171
- entrypoint = _path / frameworks.get_entrypoint_path(framework)
172
- subprocess.run(['python', entrypoint], env=os.environ)
+ subprocess.run(['python', 'src/main.py'], env=os.environ)
173
174
175
def ask_framework() -> str:
0 commit comments