Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello Agent #1341

Merged
merged 28 commits into from
Aug 9, 2019
Merged

Hello Agent #1341

merged 28 commits into from
Aug 9, 2019

Conversation

joshmeek
Copy link

@joshmeek joshmeek commented Aug 9, 2019

Thanks for contributing to Prefect!

Please describe your work and make sure your PR:

  • adds new tests (if appropriate)
  • updates CHANGELOG.md (if appropriate)
  • updates docstrings for any new functions or function arguments, including docs/outline.toml for API reference docs (if appropriate)

Note that your PR will not be reviewed unless all three boxes are checked.

What does this PR change?

Adds Prefect agents into the core repository. Starting with local, kubernetes, and nomad. Also adds a simple CLI command prefect agent start for running agents.

Still to come over the next week or so: comprehensive agent testing, documentation, agent paradigm related issues/requests

Closes #1321

Why is this PR important?

Was previously in a separate repo but it seems more in line with Prefect core by serving as a tool built on top of it

@joshmeek joshmeek added the component:agent Related to the flow submitting agent label Aug 9, 2019
Copy link
Member

@cicdw cicdw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exciting!

src/prefect/agent/agent.py Outdated Show resolved Hide resolved
src/prefect/agent/agent.py Outdated Show resolved Hide resolved
src/prefect/agent/agent.py Outdated Show resolved Hide resolved
src/prefect/agent/kubernetes/README.md Outdated Show resolved Hide resolved
src/prefect/agent/kubernetes/README.md Show resolved Hide resolved
src/prefect/agent/kubernetes/agent.py Show resolved Hide resolved
src/prefect/agent/kubernetes/README.md Show resolved Hide resolved
src/prefect/agent/local/agent.py Outdated Show resolved Hide resolved
src/prefect/cli/agent.py Show resolved Hide resolved
joshmeek and others added 6 commits August 9, 2019 16:57
Co-Authored-By: Chris White <chris@prefect.io>
Co-Authored-By: Chris White <chris@prefect.io>
Co-Authored-By: Chris White <chris@prefect.io>
Co-Authored-By: Chris White <chris@prefect.io>
@codecov
Copy link

codecov bot commented Aug 9, 2019

Codecov Report

Merging #1341 into master will increase coverage by 0.01%.
The diff coverage is 100%.

setup.cfg Outdated Show resolved Hide resolved
setup.cfg Outdated Show resolved Hide resolved
Co-Authored-By: Chris White <chris@prefect.io>
@joshmeek joshmeek merged commit 6f10159 into master Aug 9, 2019
@joshmeek joshmeek deleted the agents branch November 14, 2019 12:40
abrookins pushed a commit that referenced this pull request Mar 15, 2022
Admin: Update orion-design to latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:agent Related to the flow submitting agent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release local agent as part of Prefect Core
2 participants